gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12350: move tests for extension dep


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12350: move tests for extension dependencies below where the extensions actually get enabled.
Date: Wed, 04 Aug 2010 08:35:50 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12350
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-08-04 08:35:50 -0600
message:
  move tests for extension dependencies below where the extensions actually get 
enabled.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-08-04 09:41:54 +0000
+++ b/configure.ac      2010-08-04 14:35:50 +0000
@@ -1214,14 +1214,6 @@
 AC_PATH_PROG(CSOUND, csound)
 AM_CONDITIONAL(HAVE_CSOUND, test x"$CSOUND" != x)
 
-if test x$ext_dbus = xyes; then
-  GNASH_PATH_DBUS
-fi
-
-if test x$ext_mysql = xyes; then
-  GNASH_PATH_MYSQL
-fi
-
 dnl -------------------------------------
 dnl LIRC
 dnl -------------------------------------
@@ -1327,6 +1319,14 @@
   AC_SUBST(EXTENSIONS_LIST)
 )
 
+if test x$ext_dbus = xyes; then
+  GNASH_PATH_DBUS
+fi
+
+if test x$ext_mysql = xyes; then
+  GNASH_PATH_MYSQL
+fi
+
 AM_CONDITIONAL(BUILD_DEJAGNU_EXT, [ test x$ext_dejagnu = xyes ])
 AM_CONDITIONAL(BUILD_FILEIO_EXT, [ test x$ext_fileio = xyes ])
 AM_CONDITIONAL(BUILD_MYSQL_EXT, [ test x$ext_mysql = xyes ])


reply via email to

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