Minor tweeks to the configure script for CygWin and Mesa.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1787 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
09daf20b81
commit
02d869450d
@ -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 $".
|
||||
//
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user