gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11717: we need to check for xno, no


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11717: we need to check for xno, not just x.
Date: Sat, 19 Dec 2009 10:46:17 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11717
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sat 2009-12-19 10:46:17 -0700
message:
  we need to check for xno, not just x.
modified:
  macros/python.m4
=== modified file 'macros/python.m4'
--- a/macros/python.m4  2009-04-26 17:02:34 +0000
+++ b/macros/python.m4  2009-12-19 17:46:17 +0000
@@ -128,7 +128,7 @@
 
     AM_PATH_PYTHON
     AC_PATH_PROG(PYGOBJECT_CODEGEN, pygobject-codegen-2.0, no)
-    if test x"${PYGOBJECT_CODEGEN}" = x; then
+    if test x"${PYGOBJECT_CODEGEN}" = xno; then
       AC_MSG_WARN(could not find pygobject-codegen-2.0 script)
       AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
       if test x"${PYGTK_CODEGEN}" = xno; then


reply via email to

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