From 98d8bf1ac644297f4e7710c145c0d889c958470f Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 4 Nov 2002 19:36:34 +0000 Subject: [PATCH] Add FIXME about --with-python (This used to be commit 96741a251c731d71126dcf9c706f7bb7c954f6e7) --- source3/configure.in | 4 ++++ 1 file changed, 4 insertions(+) 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