configure: Correctly indent multi-line messages

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2121 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-09-08 15:42:03 +00:00
parent a44e6eaada
commit 5b32bc8659
2 changed files with 5 additions and 5 deletions
Vendored
+3 -3
View File
@@ -3819,12 +3819,12 @@ $as_echo "$as_me: WARNING: perl was not found and thus disabled" >&2;}
if test "x$old_SWIG" = "xno"; then
PERL="yes, but with manual download"
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: swig was disabled, so you should put needed sources for modperl to modules/modperl.
Please check http://en.znc.in/wiki/Modperl for details." >&5
Please check http://en.znc.in/wiki/Modperl for details." >&5
$as_echo "$as_me: WARNING: swig was disabled, so you should put needed sources for modperl to modules/modperl.
Please check http://en.znc.in/wiki/Modperl for details." >&2;}
Please check http://en.znc.in/wiki/Modperl for details." >&2;}
else
as_fn_error $? "swig was not found. Try --disable-perl, or download the necessary sources and use --disable-swig.
Please check http://en.znc.in/wiki/Modperl for details." "$LINENO" 5
Please check http://en.znc.in/wiki/Modperl for details." "$LINENO" 5
fi
else
PERL="yes"
+2 -2
View File
@@ -295,10 +295,10 @@ if test "x$PERL" != "xno"; then
if test "x$old_SWIG" = "xno"; then
PERL="yes, but with manual download"
AC_MSG_WARN([swig was disabled, so you should put needed sources for modperl to modules/modperl.
Please check http://en.znc.in/wiki/Modperl for details.])
Please check http://en.znc.in/wiki/Modperl for details.])
else
AC_MSG_ERROR([swig was not found. Try --disable-perl, or download the necessary sources and use --disable-swig.
Please check http://en.znc.in/wiki/Modperl for details.])
Please check http://en.znc.in/wiki/Modperl for details.])
fi
else
PERL="yes"