summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-06-06 14:48:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-06-06 14:48:17 +0000
commitec770b7f4a0f21199594e794366cd19b093cc79b (patch)
tree3b678846851dcf4637648ea633e3354ee61da90f /configure.in
parente641d6eb49281327b2fbd93843a37244089ddb1a (diff)
Reenabled overlay code - seems to work great now, Bill!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index d2cf8f05f..cc427b414 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.14 2000/06/05 21:20:16 mike Exp $"
+dnl "$Id: configure.in,v 1.33.2.15 2000/06/06 14:48:17 mike Exp $"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@@ -166,11 +166,9 @@ AC_CACHE_CHECK("for X overlay visuals", ac_cv_have_overlay,
ac_cv_have_overlay=no
fi)
-dnl Note: Overlay support seems to be broken for menus; disable...
-dnl
-dnl if test "$ac_cv_have_overlay" = yes; then
-dnl AC_DEFINE(HAVE_OVERLAY)
-dnl fi
+if test "$ac_cv_have_overlay" = yes; then
+ AC_DEFINE(HAVE_OVERLAY)
+fi
MAKEDEPEND="\$(CXX) -M"
@@ -277,5 +275,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl
-dnl End of "$Id: configure.in,v 1.33.2.14 2000/06/05 21:20:16 mike Exp $".
+dnl End of "$Id: configure.in,v 1.33.2.15 2000/06/06 14:48:17 mike Exp $".
dnl