From 3a58c0b3191476851487e55f8db4b0deb99f7b10 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 19 Jul 2007 09:29:49 +0000 Subject: =?UTF-8?q?applied=20patch=20from=20Bartosz=20Ku=C5=BAma=20to=20fi?= =?UTF-8?q?x=20portability=20bug=20in=20configure.ac?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ff8587af..970f864f 100644 --- a/configure.ac +++ b/configure.ac @@ -200,7 +200,7 @@ AC_MSG_CHECKING(for SYSLOG_UNIXAF support) AC_ARG_ENABLE([unix], [AS_HELP_STRING([--disable-unix], [disable support for unix])], [ - if test "x${enableval}" == "xyes"; then + if test "x${enableval}" = "xyes"; then AC_MSG_RESULT([yes]) AC_DEFINE([SYSLOG_UNIXAF], [1], [Description]) else @@ -235,7 +235,7 @@ AC_MSG_CHECKING(for FSSTND support) AC_ARG_ENABLE([fsstnd], [AS_HELP_STRING([--disable-fsstnd], [disable support for FSSTND])], [ - if test "x${enableval}" == "xyes"; then + if test "x${enableval}" = "xyes"; then AC_MSG_RESULT([yes]) AC_DEFINE([FSSTND], [1], [Description]) else -- cgit v1.2.3