emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure fix


From: Dave Love
Subject: configure fix
Date: Mon, 26 Apr 2004 15:16:06 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

GCC may not be defined.  I don't understand how I missed that
previously.

Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.365
diff -u -r1.365 configure.in
@@ -1280,7 +1275,7 @@
 dnl if not built to support GNU ld.
 
 late_LDFLAGS=$LDFLAGS
-if test $GCC = yes; then
+if test "$GCC" = yes; then
   LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
 else
   LDFLAGS="$LDFLAGS -znocombreloc"

By the way, my fix to remove `extrasub' for the latest autoconf still
needs applying.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]