gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10091: make network.all optional bas


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10091: make network.all optional based on whether netcat is installed.
Date: Wed, 01 Apr 2009 11:38:08 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10091
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2009-04-01 11:38:08 -0600
message:
  make network.all optional based on whether netcat is installed.
modified:
  testsuite/Makefile.am
=== modified file 'testsuite/Makefile.am'
--- a/testsuite/Makefile.am     2009-04-01 02:49:29 +0000
+++ b/testsuite/Makefile.am     2009-04-01 17:38:08 +0000
@@ -17,8 +17,14 @@
 
 AUTOMAKE_OPTIONS = 
 
+DIR_MING=
+
 if ENABLE_MING
-DIR_MING = misc-ming.all actionscript.all network.all
+DIR_MING += misc-ming.all actionscript.all
+endif
+
+if HAS_NETCAT
+DIR_MING += network.all
 endif
 
 if ENABLE_MTASC


reply via email to

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