summaryrefslogtreecommitdiffabout
path: root/configure.ac
Unidiff
Diffstat (limited to 'configure.ac') (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33d1a59..7a302a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_PROG_AWK
8AC_PROG_CXX 8AC_PROG_CXX
9AC_PROG_CC 9AC_PROG_CC
10AC_PROG_LIBTOOL 10AC_PROG_LIBTOOL
11PKG_PROG_PKG_CONFIG
11 12
12AC_HEADER_STDC 13AC_HEADER_STDC
13 14
@@ -18,7 +19,6 @@ AC_FUNC_REALLOC
18 19
19AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) 20AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
20 21
21AC_WITH_PKGCONFIG
22WANT_DOXYGEN="yes" 22WANT_DOXYGEN="yes"
23AC_ARG_ENABLE([doxygen], 23AC_ARG_ENABLE([doxygen],
24 AC_HELP_STRING([--disable-doxygen],[do not generate documentation]), 24 AC_HELP_STRING([--disable-doxygen],[do not generate documentation]),