From e84988299301c3db3c247af5ae112c0788956535 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 17 Jun 2007 12:43:53 +0000 Subject: use the ACX_PTHREAD macro to check for platform independant pthread support and required options git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@288 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd/Makefile.am') diff --git a/nslcd/Makefile.am b/nslcd/Makefile.am index 5d0cd44..1778ba6 100644 --- a/nslcd/Makefile.am +++ b/nslcd/Makefile.am @@ -19,7 +19,7 @@ # 02110-1301 USA sbin_PROGRAMS = nslcd -AM_CFLAGS = -pthread +AM_CFLAGS = $(PTHREAD_CFLAGS) nslcd_SOURCES = nslcd.c ../nslcd.h ../nslcd-common.h \ log.c log.h \ -- cgit v1.2.3