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

Added check for <sys/errno.h>.

Rev: src/configure.in:1.291
parent df87c6ab
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.290 1999/05/27 18:33:12 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.291 1999/05/28 19:49:26 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -107,7 +107,7 @@ AC_SUBST(BUILDDIR) ...@@ -107,7 +107,7 @@ AC_SUBST(BUILDDIR)
## Build smartlink ## Build smartlink
AC_CHECK_HEADERS(stdlib.h string.h unistd.h sys/stat.h sys/types.h) AC_CHECK_HEADERS(stdlib.h string.h unistd.h sys/stat.h sys/types.h sys/errno.h)
if test -x /usr/bin/uname 2>/dev/null; then if test -x /usr/bin/uname 2>/dev/null; then
UNAME=`/usr/bin/uname -sr` UNAME=`/usr/bin/uname -sr`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment