pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-09-07
2002-09-07 14:37:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
98d2f1e9582885da23bf2dfc98b8bc5c4a6cb484 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Minor fix for gcc/AIX.
Rev: src/configure.in:1.621
1:
-
AC_REVISION("$Id: configure.in,v 1.
620
2002/09/07
12
:
08
:
19
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
621
2002/09/07
14
:
37
:
34
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
181:
# # cc: 1501-228 input file +O3 not found pike_cv_option_$2=no
+
elif grep -i 'ignored' <conftezt.out.2 >/dev/null; then
+
# gcc/AIX says the following regarding -fpic:
+
#
+
# cc1: warning: -fpic ignored (all code is position independent)
+
pike_cv_option_$2=no
else :; fi rm conftezt.out.2 ])