mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GMG-Devel] [PATCH] configure.ac: check for pillow (PIL) as well (the co


From: Alon Levy
Subject: [GMG-Devel] [PATCH] configure.ac: check for pillow (PIL) as well (the code already does)
Date: Thu, 21 Aug 2014 08:31:06 +0300

Signed-off-by: Alon Levy <address@hidden>
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b3933e8..9f3afe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,8 @@ PC_PYTHON_CHECK_MODULE([lxml], [],
 
 # Check for the Python Imaging Library
 PC_PYTHON_CHECK_MODULE([Image], [],
-                       [AC_MSG_ERROR([Python Imaging Library is required])])
+                       [PC_PYTHON_CHECK_MODULE([PIL], [],
+                            AC_MSG_ERROR([Python Imaging Library is 
required]))])
 
 
 dnl#########
-- 
1.9.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]