Skip to content
Snippets Groups Projects
Commit c38af3e5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: src/configure.in:1.1005
parent 12a189e6
No related branches found
No related tags found
No related merge requests found
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,7 +2296,7 @@ if test "x$PIKE_PATH_TRANSLATE" = "x"; then
# 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,7 +2334,7 @@ EOF
# 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,7 +2343,7 @@ else
# 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,7 +3193,7 @@ int main(int argc, char **argv)
])
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment