From e4ad664010194ae9d045dd9dfea0a07fd499c6fb Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 12 Oct 2006 16:13:30 +0000 Subject: [PATCH] Fixed typo in configure.in (bash specific test) (patch #5450) --- ChangeLog | 1 + configure.in | 2 +- weechat/ChangeLog | 1 + weechat/configure.in | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) 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([