[gdk-pixbuf] Be coherent in the libjasper check in order to avoid the jasper loader to be built without $LIBJASPE
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Be coherent in the libjasper check in order to avoid the jasper loader to be built without $LIBJASPE
- Date: Mon, 13 Sep 2010 10:01:09 +0000 (UTC)
commit 951dc3742bbf79a5965036910d68f16c8d63f1a7
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Mon Sep 13 11:52:59 2010 +0200
Be coherent in the libjasper check in order to avoid the jasper loader
to be built without $LIBJASPER being actually set.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a2a0a34..67b192f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -671,7 +671,7 @@ fi
# arbitrary tEXt chunks which doesn't seem to be possible through GDI+
all_loaders="ani,icns,pcx,ras,tga,png,pnm,wbmp,xbm,xpm,qtif"
-if test x$with_libjasper != xno; then
+if test x$with_libjasper = xyes; then
all_loaders="$all_loaders,jasper"
fi
if test x$os_win32 = xyes && test x$enable_gdiplus != xno; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]