From: Thomas Jarosch Date: Tue, 13 Feb 2007 10:06:15 +0000 (+0000) Subject: autoconf syntax fix X-Git-Tag: v0.10~11 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=0969b19b8ce82b640aecce3f9fe806500b25e052 autoconf syntax fix --- diff --git a/configure.in b/configure.in index e408538..4cef475 100644 --- a/configure.in +++ b/configure.in @@ -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)