summaryrefslogtreecommitdiffstats
path: root/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff
blob: e362528a4b07f3dfbe5fd73666e018890e5904a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: cleanup configure output

The configure script currently outputs this:

checking if owftpd is enabled... configure: error: no
make: ***
[/ptx/work/minime/rsc/svn/OSELAS.BSP-phyCORE-trunk/platform-phyCORE-i.MX27/state/owfs.prepare]
Error 1

Fixup for proper linebreaks.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>

---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: owfs-2.7p7/configure.ac
===================================================================
--- owfs-2.7p7.orig/configure.ac
+++ owfs-2.7p7/configure.ac
@@ -371,7 +371,7 @@ AC_ARG_ENABLE(owftpd,
 [
     if test ! "$enableval" = "yes" ; then
 	ENABLE_OWFTPD="false"
-	AC_MSG_ERROR([no])
+	AC_MSG_RESULT([no])
     else
 	if test ! "${ENABLE_MT}" = "true" ; then
 	    AC_MSG_ERROR([owftpd needs multithreading])