comparison configure1.in @ 6929:c85f8c33d16b

Call AC_LANG_C, if it's defined, after AC_PREPARE.
author David J. MacKenzie <djm@gnu.org>
date Sat, 16 Apr 1994 19:01:56 +0000
parents a21ad1a76532
children b44a0c16d7ad
comparison
equal deleted inserted replaced
6928:a2f4fd22e71f 6929:c85f8c33d16b
1069 machfile="m/${machine}.h" 1069 machfile="m/${machine}.h"
1070 opsysfile="s/${opsys}.h" 1070 opsysfile="s/${opsys}.h"
1071 1071
1072 ] 1072 ]
1073 AC_PREPARE(lisp) 1073 AC_PREPARE(lisp)
1074 ifdef([AC_LANG_C], AC_LANG_C)dnl
1074 AC_CONFIG_HEADER(src/config.h) 1075 AC_CONFIG_HEADER(src/config.h)
1075 [ 1076 [
1076 1077
1077 #### Choose a compiler. 1078 #### Choose a compiler.
1078 if [ "x$CC" = x ] 1079 if [ "x$CC" = x ]