mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
patch #101733: fix glitch in FreeBSD conf
This commit is contained in:
parent
aef0e890b5
commit
4bcc7c5119
2 changed files with 3 additions and 3 deletions
|
@ -584,7 +584,7 @@ then
|
|||
LDSHARED="ld -Bshareable"
|
||||
fi;;
|
||||
FreeBSD*)
|
||||
if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
|
||||
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
|
||||
then
|
||||
LDSHARED="cc -shared ${LDFLAGS}"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue