diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-07-26 17:46:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-07-26 17:46:36 +0000 |
| commit | dd193b3820f9b59233834d0f4bc020cd91168f58 (patch) | |
| tree | 3214694e13f14496a939c6b72845d1f1cf3d028b /configure.in | |
| parent | 8f4fa005746deb8dd7e34cd07acaa55d50d59fe9 (diff) | |
Include libdir in link options.
Add all compiler warnings...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3697 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 62e63e014..cccc26d0b 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.114 2004/07/23 19:26:25 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.115 2004/07/26 17:46:36 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -720,7 +720,7 @@ if test -n "$GCC"; then OPTIM="-Wall -Wunused $OPTIM" # The following additional warnings are useful for tracking down problems... - #OPTIM="-Wshadow -Wconversion -Winline $OPTIM" + OPTIM="-Wshadow -Wconversion -Winline $OPTIM" # Set the default compiler optimizations... if test -z "$DEBUGFLAG"; then @@ -898,5 +898,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.114 2004/07/23 19:26:25 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.115 2004/07/26 17:46:36 easysw Exp $". dnl |
