Mercurial > emacs
changeset 108790:1b3be6d705bd
* configure, configure.in: Fix typo in previous.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 25 May 2010 20:58:41 -0700 |
parents | b77dfb08cff8 |
children | 737446e13a3f |
files | configure configure.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue May 25 20:53:25 2010 -0700 +++ b/configure Tue May 25 20:58:41 2010 -0700 @@ -26624,7 +26624,7 @@ *) 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
--- a/configure.in Tue May 25 20:53:25 2010 -0700 +++ b/configure.in Tue May 25 20:58:41 2010 -0700 @@ -3304,7 +3304,7 @@ *) 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