diff options
author | Andreas Schwab <schwab@suse.de> | 2004-05-10 11:50:28 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-05-10 11:50:28 +0000 |
commit | 4af002d6556a1348788aa5473275468e4385aeaa (patch) | |
tree | a29d11713d2db3f29e1586ca8b3e02db1bafc584 /configure | |
parent | 7e1704d0a972c94d21cd44b8c92bfb7bd59c10cc (diff) | |
download | emacs-4af002d6556a1348788aa5473275468e4385aeaa.tar.gz |
Rebuild.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/configure b/configure index 3e2bb4f6869..0e74a04e700 100755 --- a/configure +++ b/configure @@ -1573,15 +1573,6 @@ echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used use GNU make. If you do not have GNU make, then you must now do \`make distclean' in ${srcdir}, and then run $0 again." >&2;} - -extrasub='/^VPATH[ ]*=/c\ -vpath %.c $(srcdir)\ -vpath %.h $(srcdir)\ -vpath %.y $(srcdir)\ -vpath %.l $(srcdir)\ -vpath %.s $(srcdir)\ -vpath %.in $(srcdir)\ -vpath %.texi $(srcdir)' fi #### Given the configuration name, set machfile and opsysfile to the @@ -4194,7 +4185,7 @@ fi late_LDFLAGS=$LDFLAGS -if test $GCC = yes; then +if test "$GCC" = yes; then LDFLAGS="$LDFLAGS -Wl,-znocombreloc" else LDFLAGS="$LDFLAGS -znocombreloc" |