configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs
authorPekka Riikonen <priikone@silcnet.org>
Sun, 2 Aug 2009 07:11:20 +0000 (10:11 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 2 Aug 2009 07:11:20 +0000 (10:11 +0300)
configure.ad

index 2b0fe2a5e7a9724b7fba0dc517cadc6d14e0fa2b..bd5ddf28d9c08f993f03b4e481ab58eefb1b5452 100644 (file)
@@ -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
 #