pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-29
2001-06-29 13:50:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1ab51dee4e2251f579cc6e2984cedd23af27c5d7 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Ensure that $GCC has been set correctly.
Rev: src/configure.in:1.528
1:
-
AC_REVISION("$Id: configure.in,v 1.
527
2001/06/29 13:
41
:
09
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
528
2001/06/29 13:
50
:
14
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
172:
#############################################################################
+
if test "x$GCC" = "x"; then
+
GCC=no
+
else :; fi
+
if test "x$GCC" = "xno" -a "x$TCC" = "xno"; then # # We want 64bit mode if possible.