mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
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:
+2
-2
@@ -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).
|
// Enumerations for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -372,5 +372,5 @@ enum Fl_Damage {
|
|||||||
#endif
|
#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 $".
|
||||||
//
|
//
|
||||||
|
|||||||
+4
-5
@@ -1,7 +1,7 @@
|
|||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
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
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
@@ -249,8 +249,7 @@ AC_CHECK_HEADER(png.h,
|
|||||||
dnl Restore original LIBS settings...
|
dnl Restore original LIBS settings...
|
||||||
LIBS="$SAVELIBS"
|
LIBS="$SAVELIBS"
|
||||||
|
|
||||||
dnl See if we are compiling with CygWin or MingW32...
|
dnl See if we need a .exe extension on executables...
|
||||||
AC_CYGWIN
|
|
||||||
AC_EXEEXT
|
AC_EXEEXT
|
||||||
|
|
||||||
dnl Check for standard graphics API and OpenGL...
|
dnl Check for standard graphics API and OpenGL...
|
||||||
@@ -332,7 +331,7 @@ case $uname in
|
|||||||
fi
|
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=""
|
LINKFLTKGL=""
|
||||||
GLLIBNAME=""
|
GLLIBNAME=""
|
||||||
GLDSONAME=""
|
GLDSONAME=""
|
||||||
@@ -578,5 +577,5 @@ AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile FL/Enumerations.H)
|
|||||||
chmod +x fltk-config
|
chmod +x fltk-config
|
||||||
|
|
||||||
dnl
|
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
|
dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user