summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-27 17:52:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-27 17:52:25 +0000
commit41195fbba6680eea46cdd0629aa35b3689f53014 (patch)
treed1ffd93e10c898891a1c8e5ac1d955b944bb3880 /configure.in
parent660cc7cfcc984482944e4a65f1fcf17c01019dd7 (diff)
Updated to include <sys/select.h> as needed.
Removed IRIX select() prototype - not needed for IRIX 5.3 or higher. git-svn-id: file:///fltk/svn/fltk/trunk@254 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 54eca6b74..2be4849ab 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl# -*- sh -*-
dnl# the "configure" script is made from this by running GNU "autoconf"
dnl#
-dnl# "$Id: configure.in,v 1.17 1999/01/07 19:16:49 mike Exp $"
+dnl# "$Id: configure.in,v 1.18 1999/01/27 17:52:23 mike Exp $"
dnl#
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
dnl#
@@ -101,7 +101,7 @@ fi
fi
AC_HEADER_DIRENT
-
+AC_CHECK_HEADER(sys/select.h)
AC_CHECK_FUNCS(scandir)
AC_CHECK_FUNCS(vsnprintf)
AC_CHECK_FUNCS(snprintf)
@@ -166,5 +166,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl#
-dnl# End of "$Id: configure.in,v 1.17 1999/01/07 19:16:49 mike Exp $".
+dnl# End of "$Id: configure.in,v 1.18 1999/01/27 17:52:23 mike Exp $".
dnl#