mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
configure: Complain when Python is not found.
This commit is contained in:
@@ -65,8 +65,5 @@ then
|
|||||||
LIBS="$ac_save_LIBS"
|
LIBS="$ac_save_LIBS"
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
else
|
else
|
||||||
SMB_ENABLE(EXT_LIB_PYTHON,NO)
|
AC_MSG_ERROR([Python not found. Please install Python 2.x and its development headers/libraries.])
|
||||||
SMB_ENABLE(LIBPYTHONyy,NO)
|
|
||||||
SMB_ENABLE(smbpython,NO)
|
|
||||||
AC_MSG_RESULT([no])
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user