diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 21:41:41 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 21:41:41 +0000 |
| commit | 05d7379a3517a34ae595b5375c71973a0041d7a3 (patch) | |
| tree | aee8298fe46c18f6ef1068d08caeb626aa90d466 /configh.in | |
| parent | 85b225865e2c2ec11f6474527ea380d09fb8abf8 (diff) | |
Autoconf sucks - can't redefine BORDER_WIDTH to another value in config.h...
Removed --enable-windows-style option.
git-svn-id: file:///fltk/svn/fltk/trunk@47 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 94a2eac3d..0da0f94e1 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.5 1998/10/21 17:57:41 mike Exp $" + * "$Id: configh.in,v 1.6 1998/10/21 21:41: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 @BORDER_WIDTH@ +#define BORDER_WIDTH 3 /* * HAVE_GL: @@ -139,5 +139,5 @@ #define HAVE_LIBJPEG 0 /* - * End of "$Id: configh.in,v 1.5 1998/10/21 17:57:41 mike Exp $". + * End of "$Id: configh.in,v 1.6 1998/10/21 21:41:41 mike Exp $". */ |
