projects
/
platform
/
upstream
/
libgsignon-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd78145
)
Fix the check for pyoverridesdir for python3
author
Ken VanDine
<ken.vandine@canonical.com>
Wed, 23 Jan 2013 06:25:21 +0000
(07:25 +0100)
committer
Alberto Mardegan
<alberto.mardegan@canonical.com>
Wed, 23 Jan 2013 06:25:21 +0000
(07:25 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 33d28cfd243a39ad6cfa2cfd6edbad750a81d8cf..c6456638fe13e3685007f357362c4dbef87883f9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-92,7
+92,7
@@
AS_IF([test "x$enable_python" != "xno"],
AS_IF([test "x$have_python" = "xyes"],
[AM_PATH_PYTHON
- AC_SUBST([pyoverridesdir], [`$PYTHON -c "import gi;print
gi._overridesdir"
`])])
+ AC_SUBST([pyoverridesdir], [`$PYTHON -c "import gi;print
(gi._overridesdir)" 2>/dev/null
`])])
AM_CONDITIONAL([ENABLE_PYTHON], [test "x$have_python" = "xyes"])