[libpeas] Allow also python-config



commit ae485e3916777da3f007f0bf48b5b4fc878112fd
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Sat Mar 16 12:30:34 2013 +0100

    Allow also python-config

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ae16dfb..a3964db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -340,7 +340,7 @@ else
         found_python2="no (python2 not found)"
     else
         AM_PYTHON_CHECK_VERSION($PYTHON2, $PYTHON2_REQUIRED, [
-            AC_PATH_PROGS(PYTHON2_CONFIG, [python2-config python2.7-config python2.6-config 
python2.5-config])
+            AC_PATH_PROGS(PYTHON2_CONFIG, [python2-config python-config python2.7-config python2.6-config 
python2.5-config])
             if test -n "${PYTHON2_CONFIG}"; then
                 PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQUIRED, [
                     found_python2=yes


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