configure.ac: Fix (unused) AM_CONDITIONAL tests.
authorTim-Philipp Müller <tim@centricular.net>
Sun, 2 Oct 2005 18:30:27 +0000 (18:30 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 2 Oct 2005 18:30:27 +0000 (18:30 +0000)
Original commit message from CVS:
* configure.ac:
Fix (unused) AM_CONDITIONAL tests.

ChangeLog
configure.ac

index 820fbea..05ca51f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-02  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * configure.ac:
+         Fix (unused) AM_CONDITIONAL tests.
+
 2005-10-01  Alessandro Decina  <alessandro at nnva dot org>
 
        Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
index 10bc0f0..e6ae779 100644 (file)
@@ -496,8 +496,8 @@ dnl #############################
 
 dnl These should be "USE_*" instead of "HAVE_*", but some packages expect
 dnl HAVE_ and it is likely to be easier to stick with the old name
-AM_CONDITIONAL(EXPERIMENTAL,        test "x$EXPERIMENTAL" = "yes")
-AM_CONDITIONAL(BROKEN,              test "x$BROKEN" = "yes")
+AM_CONDITIONAL(EXPERIMENTAL,        test "x$EXPERIMENTAL" = "xyes")
+AM_CONDITIONAL(BROKEN,              test "x$BROKEN" = "xyes")
 AM_CONDITIONAL(PLUGINS_USE_BUILDDIR,  test "x$PLUGINS_USE_BUILDDIR" = "xyes")