pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-22
2002-11-22 12:49:43 by Xavier Beaudouin <kiwi@oav.net>
6404f35974f85441fa48c84058ecffe50fb528dc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a buglet in detection of includes path
Rev: src/configure.in:1.645
1:
-
AC_REVISION("$Id: configure.in,v 1.
644
2002/11/
19
14
:
34
:
39
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
645
2002/11/
22
12
:
49
:
43
kiwi
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1854:
*) OLD_CPPFLAGS="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} -I$d"
-
AC_TRY_CPP([include <stdio.h>], [
+
AC_TRY_CPP([
#
include <stdio.h>], [
AC_MSG_RESULT(added) if test "x$REALDIR" != xUNKNOWN; then real_include_dirs="${real_include_dirs} -I$REALDIR"