Fixed typo in configure.in (bash specific test) (patch #5450)

This commit is contained in:
Sebastien Helleu 2006-10-12 16:13:30 +00:00
parent 5a82d5a246
commit e4ad664010
4 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@ ChangeLog - 2006-10-12
Version 0.2.2 (under dev!):
* fixed typo in configure.in (bash specific test) (patch #5450)
* mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
now sent in one mode command to server (task #5968)
* added more values for config boolean values: y/true/t/1 and n/false/f/0

View File

@ -650,7 +650,7 @@ for p in $doc_xsl_prefix_path; do
fi
done
if test "x$DOC_XSL_PREFIX" == "x"; then
if test "x$DOC_XSL_PREFIX" = "x"; then
AC_MSG_RESULT(no)
enable_doc="no"
AC_MSG_WARN([

View File

@ -5,6 +5,7 @@ ChangeLog - 2006-10-12
Version 0.2.2 (under dev!):
* fixed typo in configure.in (bash specific test) (patch #5450)
* mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
now sent in one mode command to server (task #5968)
* added more values for config boolean values: y/true/t/1 and n/false/f/0

View File

@ -650,7 +650,7 @@ for p in $doc_xsl_prefix_path; do
fi
done
if test "x$DOC_XSL_PREFIX" == "x"; then
if test "x$DOC_XSL_PREFIX" = "x"; then
AC_MSG_RESULT(no)
enable_doc="no"
AC_MSG_WARN([