[farsight2/master] Fix error string for python config check
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:24:58 PST 2008
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index fee1a63..566fd9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -353,7 +353,7 @@ AC_ARG_ENABLE([python],
[case "${enableval}" in
yes) WANT_PYTHON=yes ;;
no) WANT_PYTHON=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;
+ *) AC_MSG_ERROR(bad value ${enableval} for --enable-python) ;;
esac],
WANT_PYTHON=yes)
if test "x$WANT_PYTHON" = "xyes"; then
--
1.5.6.5
More information about the farsight-commits
mailing list