summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06902276..e1f0978b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ CXXFLAGS="$CXXFLAGS $DEBUG"
# Check for Python
AC_ARG_WITH([python],
- [ --with-python=path Set location of Python executable],
+ [ --with-python=path Set location of Python executable],
[PYTHON="$withval"],
[PYTHON=])