* configure, configure.in: Fix typo in previous.
This commit is contained in:
parent
7dddde4b23
commit
a25e81b347
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -26624,7 +26624,7 @@ case "$opsys" in
|
|||
*) LD_SWITCH_SYSTEM_TEMACS= ;;
|
||||
esac
|
||||
|
||||
if test "$NS_IMPL_GNUSTEP=yes"; then
|
||||
if test "$NS_IMPL_GNUSTEP" = "yes"; then
|
||||
LD_SWITCH_SYSTEM_TEMACS="${LD_SWITCH_SYSTEM_TEMACS} -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES} -lgnustep-gui -lgnustep-base -lobjc -lpthread"
|
||||
fi
|
||||
|
||||
|
|
|
@ -3304,7 +3304,7 @@ case "$opsys" in
|
|||
*) LD_SWITCH_SYSTEM_TEMACS= ;;
|
||||
esac
|
||||
|
||||
if test "$NS_IMPL_GNUSTEP=yes"; then
|
||||
if test "$NS_IMPL_GNUSTEP" = "yes"; then
|
||||
LD_SWITCH_SYSTEM_TEMACS="${LD_SWITCH_SYSTEM_TEMACS} -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES} -lgnustep-gui -lgnustep-base -lobjc -lpthread"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue