From a25e81b347ad962dc02178050b275e75d7a852b2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 25 May 2010 20:58:41 -0700 Subject: [PATCH] * configure, configure.in: Fix typo in previous. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9168a4cf02c..83b74eaafdf 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index d943dafdcd4..01b52e3e38a 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2