pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-02-05
1999-02-05 02:43:20 by Martin Stjernholm <mast@lysator.liu.se>
34251a60e262292e469f59582f54a4fec15cab7f (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed two typos.
Rev: src/configure.in:1.263
1:
-
AC_REVISION("$Id: configure.in,v 1.
262
1999/02/
01
03
:
13
:
40
per
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
263
1999/02/
05
02
:
43
:
20
mast
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
307:
if test "x${GCC-}" = xyes ; then WARN="-W -Wall -Wpointer-arith -Wno-unused"
-
if "x${with_static_linking-}" = "xyes" ; then
+
if
test
"x${with_static_linking-}" = "xyes" ; then
AC_SYS_COMPILER_FLAG(-static,link_static,CFLAGS) else :
353:
else
-
if "x${with_static_linking-}" = "xyes" ; then
+
if
test
"x${with_static_linking-}" = "xyes" ; then
DO_IF_OS(AIX, [ AC_SYS_COMPILER_FLAG(-Wl,-bstatic,wl_link_static,CFLAGS)