diff --git a/FL/Enumerations.H b/FL/Enumerations.H index ba4be1242..7f82669e8 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,5 +1,5 @@ // -// "$Id: Enumerations.H,v 1.18.2.14.2.11 2001/11/29 01:59:48 easysw Exp $" +// "$Id: Enumerations.H,v 1.18.2.14.2.12 2001/11/29 21:12:15 easysw Exp $" // // Enumerations for the Fast Light Tool Kit (FLTK). // @@ -372,5 +372,5 @@ enum Fl_Damage { #endif // -// End of "$Id: Enumerations.H,v 1.18.2.14.2.11 2001/11/29 01:59:48 easysw Exp $". +// End of "$Id: Enumerations.H,v 1.18.2.14.2.12 2001/11/29 21:12:15 easysw Exp $". // diff --git a/configure.in b/configure.in index 6200ae55a..c16ceaabf 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.31.2.30 2001/11/28 20:43:43 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.31 2001/11/29 21:12:15 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -249,8 +249,7 @@ AC_CHECK_HEADER(png.h, dnl Restore original LIBS settings... LIBS="$SAVELIBS" -dnl See if we are compiling with CygWin or MingW32... -AC_CYGWIN +dnl See if we need a .exe extension on executables... AC_EXEEXT dnl Check for standard graphics API and OpenGL... @@ -332,7 +331,7 @@ case $uname in fi ) - if test x$ac_cv_lib_GL_glXMakeCurrent = xno; then + if test x$ac_cv_lib_GL_glXMakeCurrent = xno -a x$ac_cv_lib_MesaGL_glXMakeCurrent = xno; then LINKFLTKGL="" GLLIBNAME="" GLDSONAME="" @@ -578,5 +577,5 @@ AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile FL/Enumerations.H) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.30 2001/11/28 20:43:43 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.31 2001/11/29 21:12:15 easysw Exp $". dnl