summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4d4603a..39f8891 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,6 @@ AM_MAINTAINER_MODE
USER_CC=$CC
USER_CFLAGS=$CFLAGS
-# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
-m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
-
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
@@ -111,6 +108,9 @@ fi
AC_PROG_CC
AC_LANG(C)
+# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+
# Set up LibTool
LT_INIT