diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4106968..6fdd386 100644 --- a/configure.ac +++ b/configure.ac @@ -801,7 +801,7 @@ fi if test "x$enable_pynslcd" = "xyes" || test "x$enable_utils" = "xyes" then # check Python interpreter - AM_PATH_PYTHON(2.5) + AM_PATH_PYTHON(2.5,, AC_MSG_ERROR([Python is required])) fi AM_CONDITIONAL([NSS_FLAVOUR_GLIBC], [test "x${with_nss_flavour}" = xglibc]) |