mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
3b4ac87217
commit
fcbcd18dbc
3 changed files with 1244 additions and 649 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue