Fix one case of adding -lm when adding -ltiff.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16741 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-05-17 12:52:21 +00:00
parent 3b4ac87217
commit fcbcd18dbc
3 changed files with 1244 additions and 649 deletions

View file

@ -1,3 +1,10 @@
2003-05-17 14:49 Alexander Malmberg <alexander@malmberg.org>
* configure.ac: Make sure to add -lm when adding -ltiff (wasn't done
in one case).
* configure: Regenerate.
2003-05-11 19:21 Alexander Malmberg <alexander@malmberg.org>
* Source/art/ftfont.m: Report errors in more cases.

1884
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -349,7 +349,7 @@ if test "$tiff_ok" = yes; then
if test "$tiff_ok" = yes; then
GRAPHIC_LFLAGS="$1 $GRAPHIC_LFLAGS"
GRAPHIC_CFLAGS="$2 $GRAPHIC_CFLAGS"
GRAPHIC_LIBS="-ltiff $JPEG $GRAPHIC_LIBS"
GRAPHIC_LIBS="-ltiff $JPEG -lm $GRAPHIC_LIBS"
else
AC_MSG_WARN(Cannot find libtiff header tiffio)
echo "* The GUI library requres the TIFF library"