X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source4%2Fscripting%2Fpython%2Fconfig.m4;h=908efd1588e880a77860328b33a28ee6df749cb2;hp=4f46f92682ee3f5183215864f104489d7b261862;hb=4075a2ba982ea56ff925e0a33839f0760fd71911;hpb=35c68316442808a135aafa864d19592108a4d879;ds=sidebyside diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index 4f46f92682e..908efd1588e 100644 --- a/source4/scripting/python/config.m4 +++ b/source4/scripting/python/config.m4 @@ -68,9 +68,6 @@ if test $working_python = yes; then SMB_ENABLE(LIBPYTHON,YES) AC_MSG_RESULT([yes]) 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