[farsight2/master] Ignore nice properly if its not installed

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:26:44 PST 2008


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0708524..64fbb41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,7 +177,7 @@ if echo $FS2_TRANSMITTER_PLUGINS_SELECTED | grep -qi nice; then
 
   if test "x$HAVE_NICE" = "xno"; then
     if test "x$TRANSMITTERS_DEFAULT" = "xyes"; then
-      FS2_TRANSMITTER_PLUGINS_SELECTED="${FS2_TRANSMITTER_PLUGINS_SELECTED/ nice/}"
+      FS2_TRANSMITTER_PLUGINS_SELECTED="${FS2_TRANSMITTER_PLUGINS_SELECTED/nice/}"
       AC_MSG_WARN([Will not build libnice transmitter because libnice is not available])
     else
       AC_MSG_ERROR([Can not build requested libnice transmitter because libnice is not installed])
-- 
1.5.6.5




More information about the farsight-commits mailing list