From: Victor Godoy Poluceno Date: Mon, 20 Jul 2009 18:55:00 +0000 (-0300) Subject: More user friendly error in python binding configure X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae8087be240b3773a73d0b9ceb97bd513537dcf;p=libchamplain More user friendly error in python binding configure --- 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")