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

index e408538..4cef475 100644 (file)
@@ -34,7 +34,7 @@ fi
 
 dnl check for doxygen
 AC_PATH_PROG(DOXYGEN, doxygen)
-AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN);
+AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN)
 
 AC_OUTPUT([libftdi-config],[chmod a+x libftdi-config])
 AC_OUTPUT(Makefile src/Makefile examples/Makefile doc/Doxyfile doc/Makefile libftdi.pc)