diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 17:57:42 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 17:57:42 +0000 |
| commit | 9af1ddb92433479214b08e47c774e68ed86e2f08 (patch) | |
| tree | a47b5f42c57bc22c52adfe54f9a76508974ddf2e /configh.in | |
| parent | 1a01057394bbaec40fc578265e8db378268b2d9a (diff) | |
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
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 $". */ |
