summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-22 21:42:54 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-22 21:42:54 +0000
commit8b5f73c23cec38e81cc3a35bffc86aaf2998a3e9 (patch)
tree818921d9b36cfdef6df40252f61b9cc4fff0c5a7
parent636b6de26ddcb58c4e5bf317bad104115c0465b3 (diff)
Minor typo in configure script (== instead of =)
git-svn-id: file:///fltk/svn/fltk/trunk@322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index f24c10169..d7e446db1 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.24 1999/02/22 20:53:33 mike Exp $"
+dnl# "$Id: configure.in,v 1.25 1999/02/22 21:42:54 mike Exp $"
dnl#
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
dnl#
@@ -145,7 +145,7 @@ 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" = "IRIX" -a "$uversion" -gt 63; then
AC_DEFINE(HAVE_XDBE)
fi)
@@ -223,5 +223,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl#
-dnl# End of "$Id: configure.in,v 1.24 1999/02/22 20:53:33 mike Exp $".
+dnl# End of "$Id: configure.in,v 1.25 1999/02/22 21:42:54 mike Exp $".
dnl#