2013-09-26 17:14:40 +02:00

16 lines
491 B
Plaintext

$NetBSD: patch-ar,v 1.1 2011/07/02 18:54:49 dholland Exp $
Remove bashism.
--- libwww/configure.ac~ 2006-03-20 10:36:46.000000000 +0000
+++ libwww/configure.ac
@@ -302,7 +302,7 @@ AC_CHECK_FUNCS(getcwd gethostname getdom
AC_CHECK_FUNC(unlink)
if test "$ac_cv_func_unlink" != yes ; then
AC_CHECK_FUNC(remove)
- if test "$ac_cv_func_remove" == yes ; then
+ if test "$ac_cv_func_remove" = yes ; then
AC_DEFINE(unlink, remove, [What to use for unlink])
fi
fi