tdb: Fix help string in configure flag to enable Python bindings.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 17 Jun 2009 19:12:50 +0000 (21:12 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 17 Jun 2009 19:12:50 +0000 (21:12 +0200)
lib/tdb/configure.ac

index e5bd9f6c35ad8a9563fa872f7c0db34959468e76..1558494fb49197c9a555a5022140a4dd5a9491a7 100644 (file)
@@ -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=""