mirror of
https://github.com/znc/znc.git
synced 2026-07-03 08:21:57 +02:00
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:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user