# HG changeset patch # User Glenn Morris # Date 1274856505 25200 # Node ID d38bcb4008ab25b1d74175ddcdbaf66dc468cd97 # Parent 939ecb6ccd4dea181746834e37d9c494b0ceeab0 * configure.in: Comments. diff -r 939ecb6ccd4d -r d38bcb4008ab configure.in --- a/configure.in Tue May 25 23:41:58 2010 -0700 +++ b/configure.in Tue May 25 23:48:25 2010 -0700 @@ -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