]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Comments.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 May 2010 06:48:25 +0000 (23:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 May 2010 06:48:25 +0000 (23:48 -0700)
configure.in

index 7cdf520dc5dbd2a33b3c72440e452f0d6535efc7..9fb73280d7875f0191a7e20e25c1ae3494bb9b85 100644 (file)
@@ -3369,15 +3369,15 @@ AC_SUBST(PRE_EDIT_LDFLAGS)
 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