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

[cdebconf-entropy PATCH] Kill spurious linebreak in configure.ac



This resulted in an empty echo, and then trying to execute the
"*** Cannot build Newt plugin ***" command.

https://buildd.debian.org/fetch.cgi?pkg=cdebconf-entropy&arch=hppa&ver=0.14&stamp=1269398913&file=log&as=raw
---
 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 25a659a..0b7e709 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,7 @@ fi
 
 FRONTENDS="text"
 
-AC_CHECK_LIB(newt, newtInit, FRONTENDS="$FRONTENDS newt", echo
- "*** Cannot build Newt plugin ***")
+AC_CHECK_LIB(newt, newtInit, FRONTENDS="$FRONTENDS newt", echo "*** Cannot build Newt plugin ***")
 
 PKG_CHECK_MODULES(GTK, [gtk+-x11-2.0],
  FRONTENDS="$FRONTENDS gtk",
-- 
1.7.0.3


Reply to: