1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

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
(This used to be commit 3ba8fa1c4b9ac46133b17112ef3494a4c23dc314)
This commit is contained in:
Michael Adam 2008-02-19 16:18:32 +01:00
parent 1f67a36de3
commit c666d5b384

View 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=""