pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-16
1997-09-16 01:23:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
eb42e8f8e480ece0f47a0cb2cb6c611b367be52b (
15
lines) (+
8
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug.
Rev: src/configure.in:1.116
1:
-
AC_REVISION("$Id: configure.in,v 1.
115
1997/09/16 01:
22
:
44
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
116
1997/09/16 01:
23
:
42
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1383:
pike_cv_getrusage_procfs=no ) ])
-
fi
+
if test "$pike_cv_getrusage_procfs" = yes; then AC_MSG_RESULT(yes)
1391:
else AC_MSG_RESULT(no) fi
+
fi
#############################################################################