From: Glenn Morris Date: Wed, 26 May 2010 03:58:41 +0000 (-0700) Subject: * configure, configure.in: Fix typo in previous. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~184^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a25e81b347ad962dc02178050b275e75d7a852b2;p=emacs.git * configure, configure.in: Fix typo in previous. --- 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