From 7ae8087be240b3773a73d0b9ceb97bd513537dcf Mon Sep 17 00:00:00 2001 From: Victor Godoy Poluceno Date: Mon, 20 Jul 2009 15:55:00 -0300 Subject: [PATCH] More user friendly error in python binding configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a62e9aa..709ae83 100644 --- a/configure.ac +++ b/configure.ac @@ -189,7 +189,7 @@ if test x$enable_python = xyes; then fi if test "x$enable_python" = "xyes" -a "x$have_python" != "xyes"; then - AC_MSG_ERROR([Couldn't find python.]) + AC_MSG_ERROR([Couldn't find python. Check config.log]) fi AM_CONDITIONAL(ENABLE_PYTHON, test "x$enable_python" = "xyes") -- 2.39.5