Fixed typo in configure input (dns# instead of dnl#).

git-svn-id: file:///fltk/svn/fltk/trunk@287 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-02-18 13:00:21 +00:00
parent 55d8e368d7
commit 9aa244c8e3

View File

@ -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#