summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 06:23:30 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 06:23:30 +0000
commitdb794151fe60fbe46604856545c114506861578d (patch)
treeae3c29911a0ecdbc22bdcd9f3a01118242cc2353
parent1a2b23c7988929cbb2674e40ebcba0236b208415 (diff)
downloadpcsxr-db794151fe60fbe46604856545c114506861578d.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54397 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9c3d7e0d..813f5c43 100755
--- a/configure
+++ b/configure
@@ -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)