1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-19 04:59:10 +03:00

configure: Complain when Python is not found.

(This used to be commit 6aaccdb0b3)
This commit is contained in:
Jelmer Vernooij
2008-01-10 17:47:58 +01:00
parent fd39d2050c
commit 48c75bade7

View File

@ -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