]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.
authorMichael Adam <obnox@samba.org>
Tue, 19 Feb 2008 15:18:32 +0000 (16:18 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2008 16:39:40 +0000 (17:39 +0100)
I have to investigate the effect of these and evaluate the need of
their presence. For now establish more reasonable grouping.

Michael

source/configure.in

index 0409e164eb772bcab9f72d5b757ca4a75dd13c15..a595ebb83ec6de018174cae51ee7a5da52d16332 100644 (file)
@@ -39,9 +39,6 @@ fi
 
 AC_LIBREPLACE_LOCATION_CHECKS
 
-AC_DISABLE_STATIC
-AC_ENABLE_SHARED
-
 #################################################
 # Directory handling stuff to support both the
 # legacy SAMBA directories and FHS compliant
@@ -1785,6 +1782,9 @@ case "$host_os" in
     ;;
 esac
 
+AC_DISABLE_STATIC
+AC_ENABLE_SHARED
+
 # Set defaults
 PIE_CFLAGS=""
 PIE_LDFLAGS=""