From: Michael Adam Date: Tue, 19 Feb 2008 15:18:32 +0000 (+0100) Subject: Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ba8fa1c4b9ac46133b17112ef3494a4c23dc314;p=thirdparty%2Fsamba.git Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place. I have to investigate the effect of these and evaluate the need of their presence. For now establish more reasonable grouping. Michael --- diff --git a/source/configure.in b/source/configure.in index 0409e164eb7..a595ebb83ec 100644 --- a/source/configure.in +++ b/source/configure.in @@ -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=""