gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11574: look for both 'nc' and 'netc


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11574: look for both 'nc' and 'netcat'
Date: Sun, 18 Oct 2009 04:31:53 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11574
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2009-10-18 04:31:53 +0200
message:
  look for both 'nc' and 'netcat'
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-10-17 22:55:48 +0000
+++ b/configure.ac      2009-10-18 02:31:53 +0000
@@ -1792,6 +1792,8 @@
 AM_CONDITIONAL(ENABLE_RED5_TESTING, [ test x"$RED5_HOST" != x ])
 
 AC_PATH_PROG(NETCAT, nc)
+dnl The name might differ between systems.
+AC_PATH_PROG(NETCAT, netcat)
 AM_CONDITIONAL(HAS_NETCAT, [ test x"$NETCAT" != x ])
 AC_PATH_PROG(WGET, wget)
 AM_CONDITIONAL(HAS_WGET, [ test x"$WGET" != x ])


reply via email to

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