From 90116f62d348e2f367c3e287c86cb868ef1372db Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Wed, 7 Jul 2010 08:52:33 +0000 Subject: freebsd's shell does not support += git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54265 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c70260f7..2b558e82 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,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 pixmaps/Makefile po/Makefile.in]) -AC_CHECK_LIB(dl, dlsym, [LDFLAGS+="-ldl"], []) +AC_CHECK_LIB(dl, dlsym, [LDFLAGS="$LDFLAGS -ldl"], []) AM_CONDITIONAL(SOUND_OSS, false) AM_CONDITIONAL(SOUND_SDL, false) -- cgit v1.2.3