diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 906bf5f348..7a8f259bd4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3115,6 +3115,10 @@ AC_SUBST(FLAGS1) # though they can coexist in different directories.) In the future # this might make the Python stuff be built by default. +# FIXME: At the moment, if you don't configure with python, but try to +# build "python_ext", then you get a very mysterious error message, +# because $(PYTHON) is "". + AC_ARG_WITH(python, [ --with-python=PYTHONNAME build Python libraries], [ case "${withval-python}" in |