From 701dfbc5bbb99a5d3f9b2e83fd4e8e09f77b787f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 21 Oct 1998 21:42:13 +0000 Subject: Forgot a BORDER_WIDTH line... git-svn-id: file:///fltk/svn/fltk/trunk@48 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 045098d17..b26d303e6 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.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# -- cgit v1.2.3