pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-08
1999-05-08 00:31:29 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
6900982a0ebf13f99bd8169a29469a0769ff1f96 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
sanity check
Rev: src/configure.in:1.282
1:
-
AC_REVISION("$Id: configure.in,v 1.
281
1999/05/
02
08:
11
:
35
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
282
1999/05/
08
00
:
31
:
29
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
54:
# The above has problems if the smartlink binary is removed. /grubba AC_PROG_CC AC_ISC_POSIX
+
#############################################################################
+
+
AC_CHECK_HEADERS(fnord/fnord/fnord.h)
+
+
if test "x$ac_cv_header_fnord_fnord_fnord_h" = xyes ; then
+
AC_MSG_RESULT("AC_MSG_HEADER is obviously not working properly.")
+
exit 1
+
fi
+
+
#############################################################################
AC_MINIX if test $ac_cv_prog_gcc = yes; then