diff configure.ac @ 3779:7f42752acf4d

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Oct 2007 23:02:12 +0300
parents 6bec10770466
children 3d3fdcd09cad
line wrap: on
line diff
--- a/configure.ac	Wed Oct 17 23:01:59 2007 +0300
+++ b/configure.ac	Wed Oct 17 23:02:12 2007 +0300
@@ -157,11 +157,7 @@
 dnl Ok, first we find out what flags we need to use.
 BUILDSYS_PROG_IMPLIB
 BUILDSYS_SHARED_LIB
-if test x"$PROG_IMPLIB_NEEDED" = x"yes"; then
-	IMPLIB_LIBS='-L../audacious -laudacious.exe'
-else
-	IMPLIB_LIBS=''
-fi
+IMPLIB_LIBS=''
 AC_SUBST(IMPLIB_LIBS)
 
 dnl XXX
@@ -177,13 +173,10 @@
 		LDFLAGS="$LDFLAGS -framework CoreFoundation -framework CoreServices -framework Carbon"
 		;;
 	*)
-		EXPORTDYN="-Wl,-export-dynamic"
 		AC_MSG_RESULT([no])
 		;;
 esac
 
-AC_SUBST(EXPORTDYN)
-
 dnl chardet support
 dnl ========================
 AC_ARG_ENABLE(chardet,