emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100451: * configure.in: Comments.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100451: * configure.in: Comments.
Date: Tue, 25 May 2010 23:48:25 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100451
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-05-25 23:48:25 -0700
message:
  * configure.in: Comments.
modified:
  configure.in
=== modified file 'configure.in'
--- a/configure.in      2010-05-26 06:41:58 +0000
+++ b/configure.in      2010-05-26 06:48:25 +0000
@@ -3369,15 +3369,15 @@
 AC_SUBST(POST_EDIT_LDFLAGS)
 
 test "x$LINKER" = "x" && LINKER=ld
-## FIXME? What setting of YMF_PASS_LDFLAGS should this have?
+## FIXME? What setting of EDIT_LDFLAGS should this have?
 test "$NS_IMPL_GNUSTEP" = "yes" && LINKER="\$(CC) -rdynamic"
 
 AC_SUBST(LINKER)
 
 
-## FIXME? The logic here is not precisely the same as that above
-## setting YMF_PASS_LDFLAGS.  There is no check here for a pre-defined
-## LINKER.  Should we only be setting LIB_GCC if LD ~ -nostdlib?
+## FIXME? The logic here is not precisely the same as that above.
+## There is no check here for a pre-defined LINKER.
+## Should we only be setting LIB_GCC if LD ~ -nostdlib?
 LIB_GCC=
 if test "x$GCC" = "xyes" && test "x$ORDINARY_LINK" != "xyes"; then
 


reply via email to

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