diff --git a/ChangeLog b/ChangeLog index 59528c680..2e75b0a5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index c0154b6b9..985d71fba 100644 --- a/configure.in +++ b/configure.in @@ -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([ diff --git a/weechat/ChangeLog b/weechat/ChangeLog index 59528c680..2e75b0a5f 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -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 diff --git a/weechat/configure.in b/weechat/configure.in index c0154b6b9..985d71fba 100644 --- a/weechat/configure.in +++ b/weechat/configure.in @@ -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([