fix quotes
This commit is contained in:
parent
11d932372b
commit
3b2abe95e5
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 78819 .
|
||||
# From configure.in Revision: 78962 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for python 2.7.
|
||||
#
|
||||
|
@ -14860,7 +14860,7 @@ then
|
|||
FreeBSD*)
|
||||
if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
|
||||
then
|
||||
LDSHARED="$(CC) -shared ${LDFLAGS}"
|
||||
LDSHARED='$(CC) -shared ${LDFLAGS}'
|
||||
else
|
||||
LDSHARED="ld -Bshareable ${LDFLAGS}"
|
||||
fi;;
|
||||
|
|
|
@ -1829,7 +1829,7 @@ then
|
|||
FreeBSD*)
|
||||
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
|
||||
then
|
||||
LDSHARED="$(CC) -shared ${LDFLAGS}"
|
||||
LDSHARED='$(CC) -shared ${LDFLAGS}'
|
||||
else
|
||||
LDSHARED="ld -Bshareable ${LDFLAGS}"
|
||||
fi;;
|
||||
|
|
Loading…
Reference in New Issue