summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-04-30 06:41:11 +0000
committerBill Spitzak <spitzak@gmail.com>1999-04-30 06:41:11 +0000
commit84e4e91a3c7b9b37be49e170249f3f2c4c4b692b (patch)
treefac05b88ecbbf8fa53fd1fd9cecc7a5172392184 /configure.in
parent3f47369dbc078a4eb7d4db981fec3e30e9837277 (diff)
Made XDBE work on all versions of Irix that have it
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@565 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 98429a871..47c30cfd6 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.1 1999/03/25 15:26:28 mike Exp $"
+dnl# "$Id: configure.in,v 1.33.2.2 1999/04/30 06:41:11 bill Exp $"
dnl#
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
dnl#
@@ -145,10 +145,7 @@ AC_CHECK_LIB(GL, glXMakeCurrent, AC_DEFINE(HAVE_GL) GLLIB=" -lGLU -lGL", \
AC_SUBST(GLLIB)
AC_CHECK_HEADER(X11/extensions/Xdbe.h, \
- if test "$uname" != "SunOS" -a "$uname" != "IRIX"; then
- AC_DEFINE(HAVE_XDBE)
- fi
- if test "$uname" = "IRIX" -a "$uversion" -gt 63; then
+ if test "$uname" != "SunOS"; then
AC_DEFINE(HAVE_XDBE)
fi)
@@ -232,5 +229,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl#
-dnl# End of "$Id: configure.in,v 1.33.2.1 1999/03/25 15:26:28 mike Exp $".
+dnl# End of "$Id: configure.in,v 1.33.2.2 1999/04/30 06:41:11 bill Exp $".
dnl#