gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10837: only warn if pygobject-codeg


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10837: only warn if pygobject-codegen doesn't exist.
Date: Sat, 25 Apr 2009 19:20:45 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10837
committer: address@hidden
branch nick: trunk
timestamp: Sat 2009-04-25 19:20:45 -0600
message:
  only warn if pygobject-codegen doesn't exist.
modified:
  macros/python.m4
=== modified file 'macros/python.m4'
--- a/macros/python.m4  2009-04-26 01:11:33 +0000
+++ b/macros/python.m4  2009-04-26 01:20:45 +0000
@@ -129,7 +129,7 @@
     AM_PATH_PYTHON
     AC_PATH_PROG(PYGOBJECT_CODEGEN, pygobject-codegen-2.0, no)
     if test "x$PYGOBJECT_CODEGEN" = xno; then
-      AC_MSG_ERROR(could not find pygobject-codegen-2.0 script)
+      AC_MSG_WARN(could not find pygobject-codegen-2.0 script)
       AC_PATH_PROG(PYGOBJECT_CODEGEN, pygtk-codegen-2.0, no)
       if test "x$PYGOBJECT_CODEGEN" = xno; then
         AC_MSG_ERROR(could not find pygtk-codegen-2.0 script)


reply via email to

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