gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11594: Fix incorrectly escaped vari


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11594: Fix incorrectly escaped variable.
Date: Sun, 01 Nov 2009 14:39:25 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11594
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Sun 2009-11-01 14:39:25 +0100
message:
  Fix incorrectly escaped variable.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-10-19 19:41:04 +0000
+++ b/configure.ac      2009-11-01 13:39:25 +0000
@@ -2015,7 +2015,7 @@
   dnl development, only the runtime. In these caes we often have the header
   dnl files but not the libraries.
   if test x"${has_gstreamer_plugins_base}" = xyes; then
-    GSTREAMER_LIBS="-lgstinterfaces-0.10 $(GSTREAMER_LIBS)"
+    GSTREAMER_LIBS="-lgstinterfaces-0.10 $GSTREAMER_LIBS"
     AC_DEFINE(HAS_GSTREAMER_PLUGINS_BASE, [1], "Has the Gstreamer Plugin Dev 
package installed.")
   fi
   if test x"${media_handler_specified}" = xfalse; then


reply via email to

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