[gtk-mac-integration] Fix error in GTK_PYTHON_CHECK which prevented building python bindings.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-integration] Fix error in GTK_PYTHON_CHECK which prevented building python bindings.
- Date: Sat, 27 Dec 2014 01:49:44 +0000 (UTC)
commit 2874595bddcd06411ec026c70c3a0b9f4ff3b432
Author: John Ralls <jralls ceridwen us>
Date: Fri Dec 26 17:06:23 2014 -0800
Fix error in GTK_PYTHON_CHECK which prevented building python bindings.
acinclude.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/acinclude.m4 b/acinclude.m4
index 63117a1..404fab7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -118,7 +118,7 @@ dnl Check that pygobject and gtk-3.0.gir are present
if test "x$have_python" = "xno"; then
enable_python=no
- elif test "x$have_python" = "xyes" -a "x$enable_python" = "xauto"; then
+ elif test "x$have_python" = "xyes" -a "x$enable_python" != "xno"; then
enable_python=yes
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]