From 84e4e91a3c7b9b37be49e170249f3f2c4c4b692b Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Fri, 30 Apr 1999 06:41:11 +0000 Subject: [PATCH] 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 --- configure.in | 9 +++------ 1 file 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#