gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10835: always do pythoo config.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10835: always do pythoo config.
Date: Sat, 25 Apr 2009 18:54:20 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10835
committer: address@hidden
branch nick: trunk
timestamp: Sat 2009-04-25 18:54:20 -0600
message:
  always do pythoo config.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-04-23 16:19:23 +0000
+++ b/configure.ac      2009-04-26 00:54:20 +0000
@@ -1134,10 +1134,10 @@
 PKG_PROG_PKG_CONFIG
 
 dnl If python support is enabled, look for the flags and libs
-if test x"$python" = xyes; then
+dnl if test x"$python" = xyes; then
   GNASH_PATH_PYTHON
-fi
-AM_CONDITIONAL([USE_PYTHON], test x"$python" != xno)
+dnl fi
+AM_CONDITIONAL([USE_PYTHON], test x"$python" = xyes)
 
 AC_PATH_PROG(PERL, perl)
 AM_CONDITIONAL(HAVE_PERL, test x"$PERL" != x)


reply via email to

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