projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0d560
)
use AC_PROG_LIBTOOL after AC_DISABLE_SHARED
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 20 Dec 2005 08:51:34 +0000
(08:51 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 20 Dec 2005 08:51:34 +0000
(08:51 +0000)
ares/configure.ac
patch
|
blob
|
history
diff --git
a/ares/configure.ac
b/ares/configure.ac
index 09429425317d37be183e267e01beb1548d8b6817..b068d4c52d920386597c8079ef7ad0682ab711b9 100644
(file)
--- 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