summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e20dbb9..7ce3b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,6 @@ AC_PROG_CC
AM_PROG_AR
LT_INIT
PKG_CHECK_MODULES([TIDY], [tidy])
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
AC_CHECK_HEADER_STDBOOL
AC_C_INLINE
AC_CHECK_FUNCS([memset])
@@ -24,4 +22,6 @@ case $host in
*) ios=false;;
esac
AM_CONDITIONAL([IOS], [test x$ios = xtrue])
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT