gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23995 - Extractor


From: gnunet
Subject: [GNUnet-SVN] r23995 - Extractor
Date: Tue, 25 Sep 2012 16:37:07 +0200

Author: grothoff
Date: 2012-09-25 16:37:07 +0200 (Tue, 25 Sep 2012)
New Revision: 23995

Modified:
   Extractor/configure.ac
Log:
-avoid linkage insanity

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2012-09-25 14:33:45 UTC (rev 23994)
+++ Extractor/configure.ac      2012-09-25 14:37:07 UTC (rev 23995)
@@ -599,6 +599,10 @@
  LE_LIB_LDFLAGS="$LE_LIB_LDFLAGS -export-symbols-regex 
\"(EXTRACTOR|pl)_@<:@a-zA-Z0-9_@:>@*\""
  LE_PLUGIN_LDFLAGS="$LE_PLUGIN_LDFLAGS -export-symbols-regex 
\"(EXTRACTOR|pl)_@<:@a-zA-Z0-9_@:>@*_.......\""
 fi
+
+# restore LIBS
+LIBS=$LIBSOLD
+
 AC_SUBST(LE_LIB_LDFLAGS)
 AC_SUBST(LE_PLUGIN_LDFLAGS)
 AC_SUBST(LE_INTLINCL)
@@ -722,7 +726,10 @@
 
 if test x$have_gstreamer = xyes -a x$have_gstreamer_pbutils = xyes -a 
x$have_gstreamer_tag = xyes -a x$have_gstreamer_app = xyes -a ! x$without_glib 
= xtrue
 then
+if test x$enable_experimental = xyes
+then
  AC_MSG_NOTICE([NOTICE: gstreamer enabled])
+fi
 else
  AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled])
 fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]