From: Pekka Riikonen Date: Sun, 2 Aug 2009 07:11:20 +0000 (+0300) Subject: configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs X-Git-Tag: silc.toolkit.1.1.10~1 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=97fa30748eed3f4248bd213ae3ab9e742fd36c71 configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs --- diff --git a/configure.ad b/configure.ad index 2b0fe2a5..bd5ddf28 100644 --- a/configure.ad +++ b/configure.ad @@ -124,7 +124,6 @@ done __SILC_PACKAGE_VERSION="#define __SILC_TOOLKIT_VERSION SILC_VERSION($maj,$min,$bld)" #endif SILC_DIST_TOOLKIT -AC_PROG_LIBTOOL AC_PROG_RANLIB #ifndef SILC_DIST_TOOLKIT AC_DISABLE_SHARED @@ -132,6 +131,7 @@ AC_DISABLE_SHARED #ifdef SILC_DIST_INPLACE AC_DISABLE_SHARED #endif SILC_DIST_INPLACE +AC_PROG_LIBTOOL # Header checking #