]> err.no Git - libchamplain/commitdiff
More user friendly error in python binding configure
authorVictor Godoy Poluceno <victorpoluceno@gmail.com>
Mon, 20 Jul 2009 18:55:00 +0000 (15:55 -0300)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sat, 25 Jul 2009 00:18:18 +0000 (20:18 -0400)
configure.ac

index a62e9aa540f0ed7ba1f5667a54e713686cb1949c..709ae832f285aa211facd85cda52fd8dcbea346f 100644 (file)
@@ -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")