summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-18 13:00:21 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-18 13:00:21 +0000
commit9aa244c8e37e734792f5a88fcba8f9c7ae864938 (patch)
tree6a66fe1c04b626bd17af4e928c925767067a0dca
parent55d8e368d79bec45bfdd6639770d5dfd7efcee08 (diff)
Fixed typo in configure input (dns# instead of dnl#).
git-svn-id: file:///fltk/svn/fltk/trunk@287 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 c1722f6be..cdf795475 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.20 1999/02/01 19:40:25 mike Exp $"
+dnl# "$Id: configure.in,v 1.21 1999/02/18 13:00:21 mike Exp $"
dnl#
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
dnl#
@@ -37,7 +37,7 @@ else
fi
dnl# Clear debugging flags and only enable debugging if the user asks for
-dns# it.
+dnl# it.
DEBUGFLAG=""
CFLAGS="${CFLAGS:=}"
@@ -204,5 +204,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl#
-dnl# End of "$Id: configure.in,v 1.20 1999/02/01 19:40:25 mike Exp $".
+dnl# End of "$Id: configure.in,v 1.21 1999/02/18 13:00:21 mike Exp $".
dnl#