diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-04-27 14:39:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-04-27 14:39:27 +0000 |
| commit | ff3295f0365fcb3262129047311072138e208fcd (patch) | |
| tree | 6b64d7cec6c67cdd487b5997fafbe5718342576b /configure.in | |
| parent | 36b469928ed6833c792dc1a7451e6b65b08dc266 (diff) | |
Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for
all of the key and button states in FLTK.
SunOS 4.x changes (check for <sys/stdtypes.h> and don't rely on
realloc(NULL, size) working - this doesn't work on a lot of platforms!)
Fix nesting of #ifdefs in vsnprintf.c - the C++ wrapper stuff wasn't
being included outside the checks for the individual functions...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1444 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4548be8a6..9aa955e23 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.33.2.27 2001/04/25 13:34:43 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.28 2001/04/27 14:39:27 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -136,6 +136,7 @@ fi AC_HEADER_DIRENT AC_CHECK_HEADER(sys/select.h) +AC_CHECK_HEADER(sys/stdtypes.h) AC_CHECK_FUNC(scandir, if test "$uname" = SunOS -o "$uname" = QNX; then echo Not using $uname scandir emulation function. @@ -371,5 +372,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl -dnl End of "$Id: configure.in,v 1.33.2.27 2001/04/25 13:34:43 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.28 2001/04/27 14:39:27 easysw Exp $". dnl |
