changeset 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 a2f4fd22e71f
children 4d3971045057
files configure1.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Sat Apr 16 07:26:19 1994 +0000
+++ b/configure1.in	Sat Apr 16 19:01:56 1994 +0000
@@ -1071,6 +1071,7 @@
 
 ]
 AC_PREPARE(lisp)
+ifdef([AC_LANG_C], AC_LANG_C)dnl
 AC_CONFIG_HEADER(src/config.h)
 [