From 7da12426f7682ffc44ae40e31d1b5712521fbb70 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 18 Sep 2012 20:21:47 -0700 Subject: build: Use AX_PTHREAD to detect pthreads NOTE: This is a candidate for the 9.0 branch. Reviewed-by: Adam Jackson --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e411218..23355ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ SUBDIRS = src +ACLOCAL_AMFLAGS = -I m4 + doxygen: cd doxygen && $(MAKE) -- cgit v1.1