mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
use AC_PROG_LIBTOOL after AC_DISABLE_SHARED
This commit is contained in:
parent
fd0d560b47
commit
8ec31398e0
@ -20,9 +20,6 @@ AC_SEARCH_LIBS(socket, socket)
|
|||||||
dnl check for cygwin stuff
|
dnl check for cygwin stuff
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
|
|
||||||
dnl libtool setup
|
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
|
|
||||||
dnl ************************************************************
|
dnl ************************************************************
|
||||||
dnl Option to switch on debug options. This makes an assumption that
|
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
|
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)
|
AC_MSG_RESULT(no)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
dnl libtool setup
|
||||||
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl Checks for header files.
|
dnl Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user