Updated Solaris scandir() check - the case statement was giving autoconf
fits... git-svn-id: file:///fltk/svn/fltk/trunk@294 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
49604377ff
commit
480101ea19
15
configure.in
15
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.22 1999/02/18 13:42:08 mike Exp $"
|
||||
dnl# "$Id: configure.in,v 1.23 1999/02/18 15:05:50 mike Exp $"
|
||||
dnl#
|
||||
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
|
||||
dnl#
|
||||
@ -105,16 +105,9 @@ fi
|
||||
AC_HEADER_DIRENT
|
||||
AC_CHECK_HEADER(sys/select.h)
|
||||
AC_CHECK_FUNCS(scandir,
|
||||
case `(uname) 2>/dev/null` in
|
||||
SunOS)
|
||||
# Solaris may have scandir, but we don't want to
|
||||
# depend on it...
|
||||
;;
|
||||
*)
|
||||
# All others either have it or not...
|
||||
if test "`(uname) 2>/dev/null`" != "SunOS"; then
|
||||
AC_DEFINE(HAVE_SCANDIR)
|
||||
;;
|
||||
esac)
|
||||
fi)
|
||||
AC_CHECK_FUNCS(vsnprintf)
|
||||
AC_CHECK_FUNCS(snprintf)
|
||||
AC_CHECK_FUNCS(vsprintf)
|
||||
@ -210,5 +203,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
||||
AC_OUTPUT(makeinclude)
|
||||
|
||||
dnl#
|
||||
dnl# End of "$Id: configure.in,v 1.22 1999/02/18 13:42:08 mike Exp $".
|
||||
dnl# End of "$Id: configure.in,v 1.23 1999/02/18 15:05:50 mike Exp $".
|
||||
dnl#
|
||||
|
Loading…
Reference in New Issue
Block a user