mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +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 commit is contained in:
parent
35327e8fee
commit
3ba8fa1c4b
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user