pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-03
2002-10-03 23:15:57 by Xavier Beaudouin <kiwi@oav.net>
827ddafc1d55f885776909894585de238ef4c4ab (
18
lines) (+
17
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Avoid detection of Windows header files when compiling on Cygwin host.
Rev: src/configure.in:1.631
1:
-
AC_REVISION("$Id: configure.in,v 1.
630
2002/10/03
12
:
26
:
39
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
631
2002/10/03
23
:
15
:
57
kiwi
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
583:
: fi
+
# Workaround for compiling Pike on Cygwin
+
case "$pike_cv_sys_os" in
+
CYGWIN*)
+
echo 'Cygwin host detected. Enabling workarounds...'
+
# winsock.h, winbase.h, winsock2.h, windows.h, wingdi.h
+
# are part of VC api but given as headers in cygwin. We
+
# should detect them when using cygwin
+
ac_cv_header_wingdi_h="no"
+
ac_cv_header_winsock_h="no"
+
ac_cv_header_winsock2_h="no"
+
ac_cv_header_winbase_h="no"
+
ac_cv_header_windows_h="no"
+
;;
+
esac
+
# FIXME: Add proper tests AC_MSG_CHECKING([for ld.so run path method]) AC_CACHE_VAL(pike_cv_ld_so_run_path_method, [