[libchamplain] More user friendly error in python binding configure
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] More user friendly error in python binding configure
- Date: Sat, 25 Jul 2009 00:21:02 +0000 (UTC)
commit 7ae8087be240b3773a73d0b9ceb97bd513537dcf
Author: Victor Godoy Poluceno <victorpoluceno gmail com>
Date: Mon Jul 20 15:55:00 2009 -0300
More user friendly error in python binding configure
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]