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

Another fine mess, err, fine tune to the Slowaris build ...

(This used to be commit e8ee01eb77)
This commit is contained in:
Richard Sharpe 2001-07-24 00:34:45 +00:00
parent 15f3232da1
commit a4947d1f45

View File

@ -625,14 +625,13 @@ case "$host_os" in
;;
*solaris*) AC_DEFINE(SUNOS5)
BLDSHARED="true"
LDSHFLAGS="-Wl,-h,\$@.so -G"
if test "${ac_cv_prog_CC}" = "gcc"; then
PICFLAG="-fPIC"
LDSHFLAGS="-shared"
else
PICFLAG="-KPIC -xO4"
POBAD_CC=""
PICSUFFIX="po.o"
LDSHFLAGS="-Wl,-h,\$@ -G"
fi
;;
*sunos*) AC_DEFINE(SUNOS4)