pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-22
2000-12-22 23:57:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a888ce585e2220da1e03e8468654893b02a6266c (
14
lines) (+
10
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Cleanup.
Rev: src/configure.in:1.446
1:
-
AC_REVISION("$Id: configure.in,v 1.
445
2000/12/
19
20
:
54
:
04
marcus
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
446
2000/12/
22
23
:
57
:
31
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2006:
########################################################################
+
# NOTE: The following test is hardcoded to fail when crosscompiling
+
# It also clobbers $LIBOBJS.
+
+
OLD_LIBOBJS="${LIBOBJS}"
+
AC_FUNC_MEMCMP
-
if test "
${OLD
_
LIBOBJS}
" = "
${LIBOBJS}
"
; then
+
if test "
x$ac
_
cv_func_memcmp_clean
" = "
xyes
"; then
AC_DEFINE(HAVE_MEMCMP) fi LIBOBJS="${OLD_LIBOBJS}"
-
+
########################################################################
+
AC_FUNC_MMAP AC_CHECK_FUNCS( \
2533:
fi fi
-
OLD_LIBOBJS="${LIBOBJS}"
-
+
######################################################################## AC_MSG_CHECKING(stack direction) AC_CACHE_VAL(pike_cv_hardware_stack_direction,