From 7e1c1e5fc38fe294e07de5053e7ac9979dd8c6b9 Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Mon, 21 Jun 2010 17:46:36 +0000 Subject: [PATCH] trying to fix python check for non-python systems --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 6c83f32da..c7c5554ca 100644 --- a/configure.ac +++ b/configure.ac @@ -497,6 +497,8 @@ then else AC_MSG_RESULT([not found]) fi +else + AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, 0) fi # libesmtp -- 2.25.1