pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1:
-
AC_REVISION("$Id: configure.in,v 1.
833
2004/09/
12
22
:
50
:
56
marcus Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
834
2004/09/
26
12:
30
:
27
marcus Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) rm -f config.warnings 2>/dev/null if_autoconf(2,50,[ if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then echo "loading cache $cache_file"
pike.git/src/configure.in:3342:
else # Without threads pike_cv_thread_t_type=integer : fi if test "x$pike_cv_thread_t_type" = "xpointer"; then AC_DEFINE(PIKE_THREAD_T_IS_POINTER) fi
-
if test "x$pike_cv_sys_os" = "xWindows_NT" ; then :; else
+
if test "x$pike_cv_sys_os" = "xWindows_NT"
-o "x$pike_cv_sys_os" = "xAmigaOS"
; then :; else
AC_MSG_CHECKING(Initial stack limit) AC_CACHE_VAL(pike_cv_initial_stack_size,[ AC_TRY_RUN([ #include <stdio.h> static int depth=0; FILE *f; void save_depth(void);