From 43b7a0e34eff2bf0d4c713072228b2bf66882bd9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 17 Jun 2009 21:12:50 +0200 Subject: tdb: Fix help string in configure flag to enable Python bindings. --- lib/tdb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/configure.ac') diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac index e5bd9f6c35..1558494fb4 100644 --- a/lib/tdb/configure.ac +++ b/lib/tdb/configure.ac @@ -30,7 +30,7 @@ if test -z "$PYTHON_CONFIG"; then fi AC_ARG_ENABLE(python, - [--enable-python Ebables python bindings], + AS_HELP_STRING([--enable-python], [Enables python binding]), [ if test "x$enableval" = "xno" ; then PYTHON_BUILD_TARGET="" PYTHON_INSTALL_TARGET="" -- cgit