diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-10 02:47:14 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-10 02:47:14 +0000 |
| commit | 32fee075fbcbe9e6290cf2a3e5b521a789ca0639 (patch) | |
| tree | d072389583ea36d521d2011e69078663c4fc0a85 | |
| parent | b125958b07ff077bc61bb691dbc0dab9504373b0 (diff) | |
Support MSYS as well as Cygwin configure stuff...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2500 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index e656c09d5..091782232 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.76 2002/06/28 21:04:35 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.77 2002/07/10 02:47:14 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -65,7 +65,7 @@ AC_SUBST(OPTIM) dnl OS-specific pre-tests... case $uname in - CYGWIN*) + CYGWIN* | MINGW*) # Handle Cygwin option *first*, before all other tests. AC_ARG_ENABLE(cygwin, [ --enable-cygwin use the CygWin libraries [default=no]]) if test x$enable_cygwin != xyes; then @@ -178,7 +178,7 @@ if test x$enable_shared = xyes; then IMGDSONAME="libfltk_images_s.a" DSOCOMMAND="\$(CXX) -Wl,-bexpall,-bM:SRE,-bnoentry -o" ;; - CYGWIN*) + CYGWIN* | MINGW*) AC_MSG_WARN(Shared libraries are not supported under CygWin.) ;; *) @@ -357,7 +357,7 @@ POSTBUILD=: THREADS= case $uname in - CYGWIN*) + CYGWIN* | MINGW*) dnl Cygwin environment... CFLAGS="-mwindows -DWIN32 $CFLAGS" CXXFLAGS="-mwindows -DWIN32 $CXXFLAGS" @@ -766,5 +766,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.76 2002/06/28 21:04:35 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.77 2002/07/10 02:47:14 easysw Exp $". dnl |
