diff options
| -rwxr-xr-x | fltk-config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fltk-config.in b/fltk-config.in index da64fc0dc..015082890 100755 --- a/fltk-config.in +++ b/fltk-config.in @@ -1,6 +1,6 @@ #! /bin/sh # -# "$Id: fltk-config.in,v 1.12.2.12 2002/06/28 21:04:35 easysw Exp $" +# "$Id: fltk-config.in,v 1.12.2.13 2002/07/11 10:37:49 easysw Exp $" # # FLTK configuration utility. # @@ -217,8 +217,8 @@ if test x$use_images = xyes; then LDSTATIC="$libdir/libfltk_images.a $IMAGELIBS $LDSTATIC" fi -LDLIBS="$DSOLINK $LDLIBS -lm" -LDSTATIC="$LDSTATIC -lm" +LDLIBS="$DSOLINK $LDLIBS" +LDSTATIC="$LDSTATIC" # Answer to user requests if test -n "$echo_help"; then @@ -297,5 +297,5 @@ if test "$echo_libs" = "yes"; then fi # -# End of "$Id: fltk-config.in,v 1.12.2.12 2002/06/28 21:04:35 easysw Exp $". +# End of "$Id: fltk-config.in,v 1.12.2.13 2002/07/11 10:37:49 easysw Exp $". # |
