summaryrefslogtreecommitdiff
path: root/net/proftpd/patches/patch-ab
blob: 483f9cb4b0323a5a0e0d97c860a3d0c47d143568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.12.8.1 2011/11/16 21:06:50 sbd Exp $

Portability fix.

--- configure.orig	2010-04-13 22:01:35.000000000 +0000
+++ configure
@@ -12892,7 +12892,7 @@ echo "$as_me: error: --with-modules para
       if test x"$withval" != xno; then
         modules_list=`echo "$withval" | sed -e 's/:/ /g'`;
         for amodule in $modules_list; do
-          if test x"$amodule" == xmod_dso ; then
+          if test x"$amodule" = xmod_dso ; then
             { { echo "$as_me:$LINENO: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&5
 echo "$as_me: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&2;}
    { (exit 1); exit 1; }; }