# This patch removes the verification that certain qmail files actually
# exist in the configure script. This should allow you to compile/install
# vpopmail on a machine that doesn't have qmail actually installed.

# Japheth Cleaver cleaver@redwire.net


--- configure.in.noqmail	2006-11-10 07:04:41.000000000 -0800
+++ configure.in	2006-11-10 07:15:05.000000000 -0800
@@ -262,12 +262,6 @@
     ]
 )
 
-if test ! -f "$qmailnewu"
-then
-    AC_MSG_RESULT(no)
-    AC_MSG_ERROR([Unable to find your qmail-newu file, specify --enable-qmail-newu=/full/path/to/qmail-newu])
-fi
-
 AC_MSG_RESULT(yes)
 AC_DEFINE_UNQUOTED(QMAILNEWU,"$qmailnewu","")
 
@@ -296,12 +290,6 @@
     ]
 )
 
-if test ! -f "$qmailinject"
-then
-    AC_MSG_RESULT(no)
-    AC_MSG_ERROR([Unable to find your qmail-inject file, specify --enable-qmail-inject=/full/path/to/qmail-inject])
-fi
-
 AC_MSG_RESULT(yes)
 AC_DEFINE_UNQUOTED(QMAILINJECT,"$qmailinject","")
 
@@ -330,12 +318,6 @@
     ]
 )
 
-if test ! -f "$qmailnewmrh"
-then
-    AC_MSG_RESULT(no)
-    AC_MSG_ERROR([Unable to find your qmail-newmrh file, specify --enable-qmail-qmail-newmrh=/full/path/to/qmail-newmrh])
-fi
-
 AC_MSG_RESULT(yes)
 AC_DEFINE_UNQUOTED(QMAILNEWMRH,"$qmailnewmrh","")
 
