diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 22:22:08 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 22:22:08 +0000 |
| commit | 83df36c2deddd71f0f12197a940e26fda90d9d48 (patch) | |
| tree | e7b41ae6aaad3827986379f5633120264c73d044 /configure.in | |
| parent | 62bc805daaa857e76d18416ff3a1c583cea060ed (diff) | |
Clean all GL demos with a "make clean".
Don't need -lgdi32 anymore for CygWin.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1793 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 01631a64b..f96e1c925 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.32 2001/11/29 21:50:05 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.33 2001/11/29 22:22:08 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -261,7 +261,7 @@ HLINKS= case $uname in CYGWIN*) dnl Cygwin environment... - LIBS="$LIBS -mwindows -lgdi32 -lwsock32" + LIBS="$LIBS -mwindows -lwsock32" CFLAGS="$CFLAGS -mwindows -DWIN32" CXXFLAGS="$CXXFLAGS -mwindows -DWIN32" HLINKS="#" @@ -580,5 +580,5 @@ AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile FL/Enumerations.H) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.32 2001/11/29 21:50:05 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.33 2001/11/29 22:22:08 easysw Exp $". dnl |
