From 4353ea7d257634eb7986f190aed3942a848db506 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Tue, 11 Sep 2001 03:10:29 +0000 Subject: Some small changes to configure to remove things like -X4 etc on compiles. (This used to be commit ec6c5da124bc0f090d8aef40247acd44aa2850f9) --- source3/configure.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 8fabb070f0..050eadba24 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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 -- cgit