diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-25 13:36:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-25 13:36:27 +0000 |
| commit | 690f5c5d07c21d291f04dc9297c0a0658f6f44a1 (patch) | |
| tree | 5dd5cb4b6aefca8d5487ceff91b76cd4b53dbae7 /configure.in | |
| parent | 12c9e046906c3f07d2f562a5aa95447153344943 (diff) | |
Change POSTBUILD back to : in configure script.
Change POSTBUILD to "rem" in MingW makeinclude file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2318 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 17485df08..a31ed17ba 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.33.2.31.2.73 2002/06/24 19:49:45 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.74 2002/06/25 13:36:27 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -335,7 +335,7 @@ fi dnl Define OS-specific stuff... HLINKS= -POSTBUILD=true +POSTBUILD=: THREADS= case $uname in @@ -748,5 +748,5 @@ dnl Make sure the fltk-config script is executable... chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.73 2002/06/24 19:49:45 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.74 2002/06/25 13:36:27 easysw Exp $". dnl |
