1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Some small changes to configure to remove things like -X4 etc on compiles.

(This used to be commit ec6c5da124)
This commit is contained in:
Richard Sharpe 2001-09-11 03:10:29 +00:00
parent 70a51f9a37
commit 4353ea7d25

View File

@ -662,19 +662,18 @@ case "$host_os" in
if test "${ac_cv_prog_CC}" = "gcc"; then
PICFLAG="-fPIC"
else
PICFLAG="-KPIC -xO4"
PICFLAG="-KPIC"
POBAD_CC=""
PICSUFFIX="po.o"
fi
;;
*sunos*) AC_DEFINE(SUNOS4)
BLDSHARED="true"
LDSHFLAGS="-Wl,-h,\$@ -G"
PICFLAG="-KPIC -O2" # Is this correct for SunOS
PICFLAG="-KPIC" # Is this correct for SunOS
;;
*bsd*) BLDSHARED="true"
LDSHFLAGS="-Wl,-soname,\$@ -shared"
PICFLAG="-fPIC -O2"
PICFLAG="-fPIC"
;;
*irix*) AC_DEFINE(IRIX)
case "$host_os" in