summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-07 08:45:16 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-07 08:45:16 +0000
commit16a8beed8b4c066a885606f99229cde5159dfd73 (patch)
tree247f27fb0c7292f87627e738da72d6da87445a03 /configure.ac
parent5963b6ed3c8481dfd5aa23640882b303c1989ecd (diff)
downloadpcsxr-16a8beed8b4c066a885606f99229cde5159dfd73.tar.gz
Fix FTBFS on freebsd
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54264 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bd43c43d..c70260f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,8 @@ 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 pixmaps/Makefile po/Makefile.in])
+AC_CHECK_LIB(dl, dlsym, [LDFLAGS+="-ldl"], [])
+
AM_CONDITIONAL(SOUND_OSS, false)
AM_CONDITIONAL(SOUND_SDL, false)
AM_CONDITIONAL(SOUND_NULL, false)