diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-17 14:43:53 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-17 14:43:53 +0200 |
commit | e84988299301c3db3c247af5ae112c0788956535 (patch) | |
tree | c5da6a2b49eea8f5310a92dddac386ac49d277d5 /nslcd/Makefile.am | |
parent | 3d0ff2e65f5e945df7fcec9cd96bf1b4a0077e8d (diff) |
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
Diffstat (limited to 'nslcd/Makefile.am')
-rw-r--r-- | nslcd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |