configure.ac: Fix string replace error (AG_AG_GST_* => AG_GST_*).
authorTim-Philipp Müller <tim@centricular.net>
Wed, 14 Mar 2007 14:49:45 +0000 (14:49 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 14 Mar 2007 14:49:45 +0000 (14:49 +0000)
Original commit message from CVS:
* configure.ac:
Fix string replace error (AG_AG_GST_* => AG_GST_*).

ChangeLog
configure.ac

index 899edf3..d86de6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * configure.ac:
+         Fix string replace error (AG_AG_GST_* => AG_GST_*).
+
 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
index d642ece..88caa8d 100644 (file)
@@ -428,7 +428,7 @@ return 0;
     fi
 
     dnl check for XOverlay libraries
-    AG_AG_GST_CHECK_XV
+    AG_GST_CHECK_XV
   fi
 ])
 
@@ -511,7 +511,7 @@ dnl for V4L2, we also need to know if we have XVIDEO
 translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
 AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
                   [], [
-  AG_AG_GST_CHECK_XV
+  AG_GST_CHECK_XV
 ])
 
 dnl *** ext plug-ins ***