From bc8e42740fc0be8ec936390bb18e3247208052e7 Mon Sep 17 00:00:00 2001 From: "dmose%netscape.com" Date: Fri, 29 Mar 2002 21:33:42 +0000 Subject: [PATCH] Backing out bogus solaris bustage fix which is causing Forte bustage; essentially reverting both files to version 5.0.2.2 (bug 134101). r=sspitzer@netscape.com git-svn-id: svn://10.0.0.236/branches/ldapcsdk_50_client_branch@117735 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/c-sdk/configure | 4 ++-- mozilla/directory/c-sdk/configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/directory/c-sdk/configure b/mozilla/directory/c-sdk/configure index 56adabe54a0..ebd9eea0a7b 100755 --- a/mozilla/directory/c-sdk/configure +++ b/mozilla/directory/c-sdk/configure @@ -4627,7 +4627,7 @@ EOF fi PR_MD_CSRCS=solaris.c DSO_LDOPTS='-G -h $(notdir $@)' - if test -z "$GNU_CC"; then + if test -n "$GNU_CC"; then DSO_CFLAGS=-fPIC else DSO_CFLAGS=-KPIC @@ -4635,7 +4635,7 @@ EOF if test -z "$GNU_AS"; then ASFLAGS="$ASFLAGS -Wa,-P" fi - if test -z "$GNU_CC"; then + if test -n "$GNU_CC"; then CFLAGS="$CFLAGS -Wall" CXXFLAGS="$CXXFLAGS -Wall" if test -n "$USE_MDUPDATE"; then diff --git a/mozilla/directory/c-sdk/configure.in b/mozilla/directory/c-sdk/configure.in index fef9d54d4de..386ab170df6 100644 --- a/mozilla/directory/c-sdk/configure.in +++ b/mozilla/directory/c-sdk/configure.in @@ -1602,7 +1602,7 @@ mips-sony-newsos*) fi PR_MD_CSRCS=solaris.c DSO_LDOPTS='-G -h $(notdir $@)' - if test -z "$GNU_CC"; then + if test -n "$GNU_CC"; then DSO_CFLAGS=-fPIC else DSO_CFLAGS=-KPIC @@ -1610,7 +1610,7 @@ mips-sony-newsos*) if test -z "$GNU_AS"; then ASFLAGS="$ASFLAGS -Wa,-P" fi - if test -z "$GNU_CC"; then + if test -n "$GNU_CC"; then CFLAGS="$CFLAGS -Wall" CXXFLAGS="$CXXFLAGS -Wall" if test -n "$USE_MDUPDATE"; then