diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-09 06:23:30 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-09 06:23:30 +0000 |
| commit | db794151fe60fbe46604856545c114506861578d (patch) | |
| tree | ae3c29911a0ecdbc22bdcd9f3a01118242cc2353 | |
| parent | 1a2b23c7988929cbb2674e40ebcba0236b208415 (diff) | |
| download | pcsxr-db794151fe60fbe46604856545c114506861578d.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54397 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13679,7 +13679,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_umem_umem_alloc" >&5 $as_echo "$ac_cv_lib_umem_umem_alloc" >&6; } if test "x$ac_cv_lib_umem_umem_alloc" = x""yes; then : - LDFLAGS="$LDFLAGS -lumem_alloc" + LDFLAGS="$LDFLAGS -lumem" fi diff --git a/configure.ac b/configure.ac index 7fac9986..167e8d32 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ AC_CONFIG_FILES([Makefile data/Makefile doc/Makefile libpcsxcore/Makefile gui/Ma AC_CHECK_LIB(dl, dlsym, [LDFLAGS="$LDFLAGS -ldl"], []) AC_CHECK_LIB(socket, socket, [LDFLAGS="$LDFLAGS -lsocket"], []) AC_CHECK_LIB(nsl, gethostbyname, [LDFLAGS="$LDFLAGS -lnsl"], []) -AC_CHECK_LIB(umem, umem_alloc, [LDFLAGS="$LDFLAGS -lumem_alloc"], []) +AC_CHECK_LIB(umem, umem_alloc, [LDFLAGS="$LDFLAGS -lumem"], []) AM_CONDITIONAL(SOUND_OSS, false) AM_CONDITIONAL(SOUND_SDL, false) |
