Mercurial > emacs
diff configure @ 108535:7ed2fb419f40
* configure.in: Fix some paren typos.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 13 May 2010 00:26:50 -0700 |
parents | f3d57f9fdf9f |
children | 0ab790b153aa |
line wrap: on
line diff
--- a/configure Thu May 13 06:00:10 2010 +0000 +++ b/configure Thu May 13 00:26:50 2010 -0700 @@ -6484,7 +6484,7 @@ START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o' ;; netbsd | openbsd ) - if test -f $(CRT_DIR)/crti.o; then + if test -f $CRT_DIR/crti.o; then LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o' START_FILES='pre-crt0.o $(CRT_DIR)/crt0.o $(CRT_DIR)/crti.o $(CRT_DIR)/crtbegin.o' else @@ -26578,13 +26578,13 @@ ## FIXME? s/gnu-linux.h used to define LIB_GCC as below, then ## immediately undefine it again and redefine it to empty. ## Was the C_SWITCH_X_SITE part really necessary? -## LIB_GCC=`$(CC) $(C_SWITCH_X_SITE) -print-libgcc-file-name` +## LIB_GCC=`$CC $C_SWITCH_X_SITE -print-libgcc-file-name` LIB_GCC= fi ;; ## Ask GCC where to find libgcc.a. - *) LIB_GCC=`$(CC) -print-libgcc-file-name 2> /dev/null` ;; + *) LIB_GCC=`$CC -print-libgcc-file-name 2> /dev/null` ;; esac fi