m4/gst-check.m4: Resurrect Julien's dead body and wipe his mind clean
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 18 Oct 2005 06:57:30 +0000 (06:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 18 Oct 2005 06:57:30 +0000 (06:57 +0000)
Original commit message from CVS:
2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>

* m4/gst-check.m4:
Resurrect Julien's dead body and wipe his mind clean

ChangeLog
m4/gst-check.m4

index 77c4c3c..a622a56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * m4/gst-check.m4:
+         Resurrect Julien's dead body and wipe his mind clean
+
+2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * m4/gst-check.m4:
          Kill Julien
 
 2005-10-17  Julien MOUTTE  <julien@moutte.net>
index df781ab..869927e 100644 (file)
@@ -19,7 +19,7 @@ AC_DEFUN([GST_CHECK_MODULES],
   module=[$2]
   minver=[$3]
   name="[$4]"
-  required=ifelse([$5], [$5], "yes") dnl required by default
+  required=ifelse([$5], , "yes", [$5]) dnl required by default
 
   PKG_CHECK_MODULES([$1], $module >= $minver,
     HAVE_[$1]="yes", HAVE_[$1]="no")