From: Amos Jeffries Date: Sun, 9 Nov 2008 02:08:45 +0000 (+1300) Subject: Author: Thomas-Martin Seck X-Git-Tag: SQUID_3_2_0_1~1343 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0873b2abc45fcb8b6c800091e567791bca2b40db;p=thirdparty%2Fsquid.git Author: Thomas-Martin Seck Drop som bashism's from configure --- diff --git a/configure.in b/configure.in index 877afaca9f..aac87df123 100644 --- a/configure.in +++ b/configure.in @@ -3644,7 +3644,7 @@ if test "$ac_cv_have_res_ext_nsaddr_list" = "yes" ; then AC_DEFINE(_SQUID_RES_NSADDR6_COUNT,ns6count,[Nameserver Counter for IPv6 _res_ext]) fi -if test "$_SQUID_RES_NSADDR6_LIST" == ""; then +if test "$_SQUID_RES_NSADDR6_LIST" = ""; then AC_CACHE_CHECK(for _res._u._ext.nsaddrs, ac_cv_have_res_ext_nsaddrs, AC_TRY_COMPILE([ #if HAVE_SYS_TYPES_H @@ -3698,7 +3698,7 @@ if test $ac_cv_have_res_nsaddr_list = "yes" ; then AC_DEFINE(_SQUID_RES_NSADDR_COUNT,_res.nscount,[Nameserver counter for IPv4 _res]) fi -if test "$_SQUID_RES_NSADDR_LIST" == ""; then +if test "$_SQUID_RES_NSADDR_LIST" = ""; then AC_CACHE_CHECK(for _res.ns_list, ac_cv_have_res_ns_list, AC_TRY_COMPILE([ #if HAVE_SYS_TYPES_H