diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 15:27:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 15:27:15 +0000 |
| commit | ab1e093308daf6252ee0940bc05fe515246a440a (patch) | |
| tree | ec84974447628b8aeee04dd5adc434dd57b3c443 /configure.in | |
| parent | 74bff0b300b7a44b92d0c41792657e04fbeaee0c (diff) | |
Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that
library isn't present or needed.
PNG image support updates for Fl_Help_View and Fl_File_Icon; didn't
handle transparency properly.
Support KDE 2.x icons.
Separate image/load_system_icons code from main Fl_File_Icon sources,
so that apps that don't use load_system_icons() won't need the image
libraries...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1687 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 2b87a4359..096246bb5 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.20 2001/11/02 20:40:29 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.21 2001/11/17 15:27:14 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -347,15 +347,8 @@ if test -n "$GXX"; then # # Previous versions of GCC do not have the reliance on the stdc++ # or g++ libraries, so the extra supc++ library is not needed. - # - # [Apparently this "feature" is also present in the unofficial - # RedHat 2.96 release...] case "`$CXX --version`" in - 2.96*) - AC_MSG_WARN(GCC 2.96.x is not an official GCC release - use with caution!) - LIBS="$LIBS -lsupc++" - ;; 3*) AC_MSG_WARN(GCC 3.0.x is known to produce incorrect code - use with caution!) LIBS="$LIBS -lsupc++" @@ -501,5 +494,5 @@ AC_OUTPUT(makeinclude fltk-config) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.20 2001/11/02 20:40:29 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.21 2001/11/17 15:27:14 easysw Exp $". dnl |
