mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Fix libjasper test
This was reported in bug 551322.
(cherry picked from commit 8e315466b9
)
This commit is contained in:
parent
45a83fdbeb
commit
2aa560865e
@ -954,7 +954,7 @@ dnl Test for libpng
|
|||||||
|
|
||||||
dnl Test for libjasper
|
dnl Test for libjasper
|
||||||
if test x$with_libjasper = xyes && test -z "$LIBJASPER"; then
|
if test x$with_libjasper = xyes && test -z "$LIBJASPER"; then
|
||||||
AC_CHECK_LIB(jasper, jas_init, LIBJASPER=-ljasper, [], -ljpeg)
|
AC_CHECK_LIB(jasper, jas_init, LIBJASPER=-ljasper, [], -ljpeg -lm)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$with_libjasper = xyes && test -z "$LIBJASPER"; then
|
if test x$with_libjasper = xyes && test -z "$LIBJASPER"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user