[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r100448: * configure, configure.in: F
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r100448: * configure, configure.in: Fix typo in previous. |
Date: |
Tue, 25 May 2010 20:58:41 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100448
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-05-25 20:58:41 -0700
message:
* configure, configure.in: Fix typo in previous.
modified:
configure
configure.in
=== modified file 'configure'
--- a/configure 2010-05-26 03:53:25 +0000
+++ b/configure 2010-05-26 03:58:41 +0000
@@ -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
=== modified file 'configure.in'
--- a/configure.in 2010-05-26 03:50:16 +0000
+++ b/configure.in 2010-05-26 03:58:41 +0000
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r100448: * configure, configure.in: Fix typo in previous.,
Glenn Morris <=