pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-29
2001-06-29 13:41:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c744781e6251487ddfd8fec804091128070fd3a2 (
14
lines) (+
12
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Ensure that -qhalt=e is set on AIX.
Rev: src/configure.in:1.527
1:
-
AC_REVISION("$Id: configure.in,v 1.
526
2001/06/
19
22
:
47
:
37
per
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
527
2001/06/
29
13
:
41
:
09
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1189:
DO_IF_OS(AIX, [ # This one is needed to get the compiler to fail on errors,
-
# which is needed for several configure-
scripts
.
+
# which is needed for several configure-
tests
.
AC_SYS_COMPILER_FLAG(-qhalt=e,qhalt_e,CFLAGS) AC_SYS_COMPILER_FLAG(-qro,qro,OPTIMIZE) AC_SYS_COMPILER_FLAG(-qfold,qfold,OPTIMIZE)
1372:
esac fi fi
+
else
+
# CFLAGS has already been set by the user.
+
# Avoid adding anything that isn't essential.
+
DO_IF_OS(AIX,
+
[
+
# This one is needed to get the compiler to fail on errors,
+
# which is needed for several configure-tests.
+
AC_SYS_COMPILER_FLAG(-qhalt=e,qhalt_e,CFLAGS)
+
])
fi