summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fd692abc0..18e46695b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,9 +14,6 @@ AC_CONFIG_SRCDIR(mount/mount.c)
AC_PREFIX_DEFAULT([/usr])
-GTK_DOC_CHECK([1.10])
-AC_PATH_PROG([XSLTPROC], [xsltproc])
-
dnl version details from <major>.<minor>[-<suffix>]
PACKAGE_VERSION_MAJOR=$(echo $PACKAGE_VERSION | awk -F. '{print $1}')
PACKAGE_VERSION_MINOR=$(echo $PACKAGE_VERSION | awk -F. '{print $2}' \
@@ -82,6 +79,9 @@ LT_INIT
PKG_PROG_PKG_CONFIG
+GTK_DOC_CHECK([1.10])
+AC_PATH_PROG([XSLTPROC], [xsltproc])
+
linux_os=no
case ${host_os} in
*linux*)