gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12144: make scriptable disabled by


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12144: make scriptable disabled by default till it gets more testing.
Date: Sat, 10 Apr 2010 14:59:49 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12144
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sat 2010-04-10 14:59:49 -0600
message:
  make scriptable disabled by default till it gets more testing.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-04-07 23:48:50 +0000
+++ b/configure.ac      2010-04-10 20:59:49 +0000
@@ -289,7 +289,7 @@
     yes) scriptable=yes ;;
     no)  scriptable=no ;;
     *)   AC_MSG_ERROR([bad value ${enableval} for enable-scriptable option]) ;;
-  esac], scriptable=yes
+  esac], scriptable=no
 )
 AM_CONDITIONAL(SCRIPTABLE, [test x"$scriptable" = xyes])
 if test x$scriptable = xyes; then


reply via email to

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