From 9af1ddb92433479214b08e47c774e68ed86e2f08 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 21 Oct 1998 17:57:42 +0000 Subject: Added -enable-windows-style support to configh.in and configure.in. Updated README for -enable-production option. git-svn-id: file:///fltk/svn/fltk/trunk@42 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configh.in') diff --git a/configh.in b/configh.in index 8e9895f9f..94a2eac3d 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.4 1998/10/21 14:18:54 mike Exp $" + * "$Id: configh.in,v 1.5 1998/10/21 17:57:41 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -34,7 +34,7 @@ * at runtime by redefining the boxtypes using Fl::set_boxtype(). */ -#define BORDER_WIDTH 3 +#define BORDER_WIDTH @BORDER_WIDTH@ /* * HAVE_GL: @@ -139,5 +139,5 @@ #define HAVE_LIBJPEG 0 /* - * End of "$Id: configh.in,v 1.4 1998/10/21 14:18:54 mike Exp $". + * End of "$Id: configh.in,v 1.5 1998/10/21 17:57:41 mike Exp $". */ -- cgit v1.2.3