File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 1.351 .
2+ # From configure.in Revision: 1.352 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.53.
55#
@@ -8917,7 +8917,7 @@ then
89178917 SunOS/5* )
89188918 if test " $GCC " = " yes"
89198919 then LDSHARED=' $(CC) -shared'
8920- else LDSHARED=" $( CC) -G" ;
8920+ else LDSHARED=' $(CC) -G' ;
89218921 fi ;;
89228922 hp* |HP* ) LDSHARED=" ld -b" ;;
89238923 OSF* ) LDSHARED=" ld -shared -expect_unresolved \" *\" " ;;
Original file line number Diff line number Diff line change 928928 SunOS/5*)
929929 if test "$GCC" = "yes"
930930 then LDSHARED='$(CC) -shared'
931- else LDSHARED=" $(CC) -G" ;
931+ else LDSHARED=' $(CC) -G' ;
932932 fi ;;
933933 hp*|HP*) LDSHARED="ld -b";;
934934 OSF*) LDSHARED="ld -shared -expect_unresolved \"*\"";;
You can’t perform that action at this time.
0 commit comments