From 8778e411825ab8fe20fc6b60475615f3540ca7c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 7 Jun 2012 10:15:01 +0200 Subject: [PATCH] build: fix typo that breaks the HP-UX build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Autobuild-User(master): Björn Jacke Autobuild-Date(master): Thu Jun 7 12:49:17 CEST 2012 on sn-devel-104 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript b/source3/wscript index a9368b284cdc..02773c035004 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1340,7 +1340,7 @@ main() { PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' PTHREAD_LDFLAGS='-pthread' if PTHREAD_LDFLAGS == 'error': - if conf.CHECK_FUNC('pthread_attr_init'): + if conf.CHECK_FUNCS('pthread_attr_init'): PTHREAD_CFLAGS='-D_REENTRANT' PTHREAD_LDFLAGS='-lpthread' # especially for HP-UX, where the CHECK_FUNC macro fails to test for -- 2.34.1