fix silly bug that caused build to fail when check is missing
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 11 Sep 2005 12:02:02 +0000 (12:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 11 Sep 2005 12:02:02 +0000 (12:02 +0000)
Original commit message from CVS:
fix silly bug that caused build to fail when check is missing

configure.ac

index 23767a8..d09df60 100644 (file)
@@ -290,7 +290,7 @@ AM_PATH_CHECK(0.9.2,
         HAVE_CHECK=yes
         AC_MSG_NOTICE(CHECK_CFLAGS: $CHECK_CFLAGS)
         AC_MSG_NOTICE(CHECK_LIBS: $CHECK_LIBS)
-    ]
+    ],
     HAVE_CHECK=no)
 AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")