aboutsummaryrefslogtreecommitdiff
path: root/security/doorman/files/patch-configure.ac
blob: da49e679bd9e131fbf9a8f6a1bbd0b0ae9a89c84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	Sun Aug  7 16:26:03 2005
+++ configure.ac	Sun Oct 30 14:53:03 2005
@@ -22,7 +22,7 @@
 
 AC_PATH_PROG([LSOF], [lsof], [no],
              [/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin])
-if test "$LSOF" == "no"; then
+if test "$LSOF" = "no"; then
     echo -e "\a"
     echo "*** Utility 'lsof' is missing; doormand cannot function properly without it."
     echo "*** (Get lsof at: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof.tar.gz)"