autoconf syntax fix
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 13 Feb 2007 10:06:15 +0000 (10:06 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 13 Feb 2007 10:06:15 +0000 (10:06 +0000)
configure.in

index ebbb204..eeb1172 100644 (file)
@@ -12,7 +12,7 @@ AM_PROG_LIBTOOL
 
 dnl check for doxygen
 AC_PATH_PROG(DOXYGEN, doxygen)
-AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN);
+AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN)
 
 AM_CONDITIONAL(AUTOCHECK, test "$enable_autocheck" = yes)
 AM_PATH_CPPUNIT(1.8.0)