summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-29 21:12:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-29 21:12:15 +0000
commit02d869450d28233e9509cdc1c8034cc5e8712ef1 (patch)
treee7bd442ed6ee3bb627fc781cfda14877e1957651 /configure.in
parent09daf20b81cdae78772f07c0af22a571d7cc73eb (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 4 insertions, 5 deletions
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