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
22
3- # From configure.in Revision: 1.152
3+ # From configure.in Revision: 1.153
44
55# Guess values for system-dependent variables and create Makefiles.
66# Generated automatically using autoconf version 2.13
@@ -2666,7 +2666,7 @@ then
26662666 LDSHARED=" ld -Bshareable"
26672667 fi ;;
26682668 FreeBSD* )
2669- if " ` $CC -dM -E - < /dev/null | grep __ELF__` " ! = " "
2669+ if [ " ` $CC -dM -E - < /dev/null | grep __ELF__` " != " " ]
26702670 then
26712671 LDSHARED=" cc -shared ${LDFLAGS} "
26722672 else
Original file line number Diff line number Diff line change 584584 LDSHARED="ld -Bshareable"
585585 fi;;
586586 FreeBSD*)
587- if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
587+ if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ] ]
588588 then
589589 LDSHARED="cc -shared ${LDFLAGS}"
590590 else
You can’t perform that action at this time.
0 commit comments