diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-09 04:41:58 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-09 04:41:58 +0000 |
| commit | 7063bef7db7c0963101791c9cfe51bf559be65ef (patch) | |
| tree | d189a1ca79cb4c294b8a0c9c5c0fdb11a6a20b58 /configure.ac | |
| parent | 41301efc2aaab4190b7fc10614ecc12298f26e9d (diff) | |
| download | pcsxr-7063bef7db7c0963101791c9cfe51bf559be65ef.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54388 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 05c83313..fd2844c4 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ AC_SUBST(GLADE2_LIBS) AC_CONFIG_FILES([Makefile data/Makefile doc/Makefile libpcsxcore/Makefile gui/Makefile plugins/dfinput/Makefile plugins/dfsound/Makefile plugins/dfxvideo/Makefile plugins/dfcdrom/Makefile plugins/dfnet/Makefile plugins/bladesio1/Makefile pixmaps/Makefile po/Makefile.in]) AC_CHECK_LIB(dl, dlsym, [LDFLAGS="$LDFLAGS -ldl"], []) +AC_CHECK_LIB(socket, socket, [LDFLAGS="$LDFLAGS -lsocket"], []) AM_CONDITIONAL(SOUND_OSS, false) AM_CONDITIONAL(SOUND_SDL, false) |
