pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-12-15
2006-12-15 15:28:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c38af3e5e67a7e8757022ae9751a45cb954ffa45 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/configure.in:1.1005
1:
-
AC_REVISION("$Id: configure.in,v 1.
1004
2006/12/15 15:
27
:
22
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1005
2006/12/15 15:
28
:
29
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2296:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1004
2006/12/15 15:
27
:
22
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1005
2006/12/15 15:
28
:
29
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2334:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1004
2006/12/15 15:
27
:
22
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1005
2006/12/15 15:
28
:
29
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2343:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1004
2006/12/15 15:
27
:
22
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1005
2006/12/15 15:
28
:
29
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
3193:
]) AC_MSG_RESULT($pike_cv_epoll_works) if test "x$pike_cv_epoll_works" = "xyes"; then
-
AC_DEFINE(
PIKE_
WITH_EPOLL)
+
AC_DEFINE(WITH_EPOLL)
fi fi fi