diff options
| author | Glenn Morris <rgm@gnu.org> | 2010-05-25 23:48:25 -0700 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2010-05-25 23:48:25 -0700 |
| commit | 467c1419c5c566cc455a9fb11ed85dea24177ac0 (patch) | |
| tree | fa50b66eb5aaf1a24a22fb924f714545ddd2a92f | |
| parent | 90278cb61102b1bcf2c9a2837cb301af06a18127 (diff) | |
| download | emacs-467c1419c5c566cc455a9fb11ed85dea24177ac0.tar.gz | |
* configure.in: Comments.
| -rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 7cdf520dc5d..9fb73280d78 100644 --- a/configure.in +++ b/configure.in @@ -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 |
