diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-09 20:36:28 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-09 20:36:28 +0000 |
| commit | 77a3b80dff7dbd282c240bfb329f0a93c9ada4aa (patch) | |
| tree | e5ba98033ee216cad0b70ce83a9a6bb2f454b74e /configure.in | |
| parent | 921f66e3e641a290f375fd1b46bc2a5bbe601dbd (diff) | |
OK, back out -fvtable-thunks and add conditional compile for WIN32
DnD code for Cygwin...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2062 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 6884e3fb1..e047df9ab 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.57 2002/04/09 18:18:25 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.58 2002/04/09 20:36:27 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -327,8 +327,8 @@ case $uname in CFLAGS="-mwindows -DWIN32 $CFLAGS" CXXFLAGS="-mwindows -DWIN32 $CXXFLAGS" LDFLAGS="-mwindows $LDFLAGS" - LIBS="$LIBS -lcomctl32 -lwsock32" - OPTIM="$OPTIM -fvtable-thunks" + LIBS="$LIBS -lole32 -luuid -lcomctl32 -lwsock32" + OPTIM="$OPTIM" if test x$enable_gl != xno; then AC_CHECK_HEADER(GL/gl.h, @@ -707,5 +707,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.57 2002/04/09 18:18:25 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.58 2002/04/09 20:36:27 easysw Exp $". dnl |
