From 46b4fe0c48cb045db0a372cf89d2b0da79e44bac Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Oct 2010 17:15:14 +0200 Subject: [PATCH] heimdal-build: Require com_err library to provide com_right_r function. --- source4/heimdal_build/wscript_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 8a5ac93893..e8f258ca46 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -60,7 +60,7 @@ conf.CHECK_STRUCTURE_MEMBER('DIR', 'dd_fd', define='HAVE_DIR_DD_FD', headers='d conf.DEFINE('SAMBA4_INTERNAL_HEIMDAL', 1) -if conf.CHECK_BUNDLED_SYSTEM('com_err', minversion='1.41.11', checkfunctions='com_err com_right_r', headers='com_err.h com_right.h'): +if conf.CHECK_BUNDLED_SYSTEM('com_err', checkfunctions='com_right_r com_err', headers='com_err.h'): conf.define('USING_SYSTEM_COM_ERR', 1) if conf.find_program('compile_et', var='COMPILE_ET'): -- 2.34.1