aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-20 08:51:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-20 08:51:34 +0000
commit8ec31398e0eeb07d35076d9cdff5c06b4994c66e (patch)
tree191bdce43a551e4e99f0c1bc58ab9399137d0baa /ares/configure.ac
parentfd0d560b47f80a2a710332046b857886d0b37b31 (diff)
use AC_PROG_LIBTOOL after AC_DISABLE_SHARED
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 094294253..b068d4c52 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -20,9 +20,6 @@ AC_SEARCH_LIBS(socket, socket)
dnl check for cygwin stuff
AC_LIBTOOL_WIN32_DLL
-dnl libtool setup
-AC_PROG_LIBTOOL
-
dnl ************************************************************
dnl Option to switch on debug options. This makes an assumption that
dnl this is built as an 'ares' subdir in the curl source tree. Subject for
@@ -57,6 +54,9 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
AC_MSG_RESULT(no)
)
+dnl libtool setup
+AC_PROG_LIBTOOL
+
dnl Checks for header files.
AC_HEADER_STDC