diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-26 17:48:29 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-26 17:48:29 +0000 |
| commit | ce12fd8b65518505043c271a80a829229b7949e9 (patch) | |
| tree | 42c064f327dfb5a4a01c3cfc9f0d790626e43a83 | |
| parent | 190c7ed336adb85e61d02c2ecfcb351cab1655eb (diff) | |
| download | pcsxr-ce12fd8b65518505043c271a80a829229b7949e9.tar.gz | |
configure.ac fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88476 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0f6d6508..4bbabf66 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_CHECK_LIB(dl, dlsym, [LIBS="$LIBS -ldl"], []) AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"], []) AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"], []) AC_CHECK_LIB(umem, umem_alloc, [LIBS="$LIBS -lumem"], []) -AC_CHECK_LIB(shm, shm_open, [LIBS="$LIBS -lrt"], [AC_DEFINE([NO_RT_SHM], [1], []]) +AC_CHECK_LIB(shm, shm_open, [LIBS="$LIBS -lrt"], [AC_DEFINE([NO_RT_SHM], [1], [rt_shm])]) AM_CONDITIONAL(SOUND_OSS, false) AM_CONDITIONAL(SOUND_SDL, false) |
