]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure, configure.in: Fix typo in previous.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 May 2010 03:58:41 +0000 (20:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 May 2010 03:58:41 +0000 (20:58 -0700)
configure
configure.in

index 9168a4cf02cad4754a468eee3bbcc9d5eb51790f..83b74eaafdf531f38690b28901e8373cd0dd880b 100755 (executable)
--- 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
 
index d943dafdcd48e26b5e32412c8aa9e00611867caf..01b52e3e38a395a1f811d9e5dd481c0f31a0e878 100644 (file)
@@ -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