From bf622cf07d1419b1362b7b807ebe1923d1c41c78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 19 Sep 1997 22:46:47 +0200
Subject: [PATCH] Some compilers have broken const handling.

Rev: src/configure.in:1.120
---
 src/configure.in | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/configure.in b/src/configure.in
index fb0799f293..4c5d71ba47 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-AC_REVISION("$Id: configure.in,v 1.119 1997/09/17 21:10:39 grubba Exp $")
+AC_REVISION("$Id: configure.in,v 1.120 1997/09/19 20:46:47 grubba Exp $")
 AC_INIT(interpret.c)
 AC_CONFIG_HEADER(machine.h)
 
@@ -294,6 +294,10 @@ fi
 
 #############################################################################
 
+## At this point we have at last initialized the compiler!
+
+#############################################################################
+
 if test ! -f confdefs.h ; then
   AC_MSG_WARN([Warning, lost confdefs.h, testing will be flawed!!
 You might need to use bash instead of /bin/sh to get correct results.
@@ -453,6 +457,14 @@ fi
 
 #############################################################################
 
+## At this point we have found all binaries we are going to use.
+
+#############################################################################
+
+AC_C_CONST
+
+#############################################################################
+
 AC_MSG_CHECKING(first yacc define)
 AC_CACHE_VAL(pike_cv_yacc_first,
 [
-- 
GitLab