summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-05 17:15:14 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-05 23:56:44 +0200
commit46b4fe0c48cb045db0a372cf89d2b0da79e44bac (patch)
tree80370c9b50785ff6df694482187c66fc0edd5d4f /source4
parenta2288799039e570a0e647db1b3488314265819aa (diff)
downloadsamba-46b4fe0c48cb045db0a372cf89d2b0da79e44bac.tar.gz
samba-46b4fe0c48cb045db0a372cf89d2b0da79e44bac.tar.bz2
samba-46b4fe0c48cb045db0a372cf89d2b0da79e44bac.zip
heimdal-build: Require com_err library to provide com_right_r function.
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/wscript_configure2
1 files changed, 1 insertions, 1 deletions
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'):