summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-11-04 19:36:34 +0000
committerMartin Pool <mbp@samba.org>2002-11-04 19:36:34 +0000
commit98d8bf1ac644297f4e7710c145c0d889c958470f (patch)
tree1b2d9587e7384e2259629af0263afba762449ea7
parent4ca4febd67fb0f54d1f3d1081c674c322b1b87a7 (diff)
downloadsamba-98d8bf1ac644297f4e7710c145c0d889c958470f.tar.gz
Add FIXME about --with-python
(This used to be commit 96741a251c731d71126dcf9c706f7bb7c954f6e7)
-rw-r--r--source3/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 906bf5f348e..7a8f259bd4f 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