diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-10 17:47:58 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-10 17:47:58 +0100 |
commit | 48c75bade7fe68f3fcaf075a97bcdb80b448bbb7 (patch) | |
tree | cf2ce2ac8e3a6b558794c526e7397caa6f9b1436 /source4 | |
parent | fd39d2050c363556ae5277c52f1715f21c2d31fa (diff) | |
download | samba-48c75bade7fe68f3fcaf075a97bcdb80b448bbb7.tar.gz samba-48c75bade7fe68f3fcaf075a97bcdb80b448bbb7.tar.bz2 samba-48c75bade7fe68f3fcaf075a97bcdb80b448bbb7.zip |
configure: Complain when Python is not found.
(This used to be commit 6aaccdb0b38366963d5bdff444d24d6dcacc817b)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/config.m4 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index 326cef8440..348f9197f7 100644 --- a/source4/scripting/python/config.m4 +++ b/source4/scripting/python/config.m4 @@ -65,8 +65,5 @@ then LIBS="$ac_save_LIBS" CFLAGS="$ac_save_CFLAGS" else - SMB_ENABLE(EXT_LIB_PYTHON,NO) - SMB_ENABLE(LIBPYTHONyy,NO) - SMB_ENABLE(smbpython,NO) - AC_MSG_RESULT([no]) + AC_MSG_ERROR([Python not found. Please install Python 2.x and its development headers/libraries.]) fi |