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:
parent
55d8e368d7
commit
9aa244c8e3
@ -1,7 +1,7 @@
|
|||||||
dnl# -*- sh -*-
|
dnl# -*- sh -*-
|
||||||
dnl# the "configure" script is made from this by running GNU "autoconf"
|
dnl# the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl#
|
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#
|
||||||
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl#
|
dnl#
|
||||||
@ -37,7 +37,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
dnl# Clear debugging flags and only enable debugging if the user asks for
|
dnl# Clear debugging flags and only enable debugging if the user asks for
|
||||||
dns# it.
|
dnl# it.
|
||||||
|
|
||||||
DEBUGFLAG=""
|
DEBUGFLAG=""
|
||||||
CFLAGS="${CFLAGS:=}"
|
CFLAGS="${CFLAGS:=}"
|
||||||
@ -204,5 +204,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
|||||||
AC_OUTPUT(makeinclude)
|
AC_OUTPUT(makeinclude)
|
||||||
|
|
||||||
dnl#
|
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#
|
dnl#
|
||||||
|
Loading…
Reference in New Issue
Block a user