From d9628ff6eb4c6807123496f3a3195c5e3ea32aba Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 13 Jul 2003 19:57:17 +0000 Subject: Relevant BUGIDs: 643357 Purpose of commit: cleanup Commit summary: --------------- bring configure up-to-date wrt configure.in. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index ffd26b3a..65d0fd9f 100755 --- a/configure +++ b/configure @@ -592,7 +592,7 @@ MKDIR="mkdir -p" ; SHLIBMODE=755 ; USESONAME=yes ; -SOSWITCH=-soname ; +SOSWITCH='-Xlinker -soname -Xlinker ' ; NEEDSONAME=no ; LDCONFIG=/sbin/ldconfig ; @@ -2479,8 +2479,8 @@ if test "$GCC" = yes; then WARNINGS="$GCC_WARNINGS" PIC="-fPIC" DYNTYPE=so - LD=ld - LD_L="$LD -x -shared" + LD=gcc + LD_L="$LD -Xlinker -x -shared" RANLIB=ranlib STRIP=strip CC_STATIC="-Xlinker -export-dynamic" -- cgit v1.2.3