Forgot a BORDER_WIDTH line...

git-svn-id: file:///fltk/svn/fltk/trunk@48 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1998-10-21 21:42:13 +00:00
parent 05d7379a35
commit 701dfbc5bb
1 changed files with 2 additions and 3 deletions

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.8 1998/10/21 21:41:41 mike Exp $"
dnl# "$Id: configure.in,v 1.9 1998/10/21 21:42:13 mike Exp $"
dnl#
dnl# for the Fast Light Tool Kit (FLTK).
dnl#
@ -37,7 +37,6 @@ else
fi
DEBUGFLAG="-O2"
BORDER_WIDTH=3
AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]],if eval "test x$enable_debug = xyes"; then
DEBUGFLAG="-g"
@ -142,5 +141,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl#
dnl# End of "$Id: configure.in,v 1.8 1998/10/21 21:41:41 mike Exp $".
dnl# End of "$Id: configure.in,v 1.9 1998/10/21 21:42:13 mike Exp $".
dnl#