diff options
author | Matt Turner <mattst88@gmail.com> | 2012-09-18 20:21:47 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-09-27 10:25:20 -0700 |
commit | 7da12426f7682ffc44ae40e31d1b5712521fbb70 (patch) | |
tree | 939b69c79e58abfe98258a8cdd3d72d3ba8748b7 /Makefile.am | |
parent | 96f50d0cf7bb13507f272d2f6ef9a6fca24d18e1 (diff) | |
download | external_mesa3d-7da12426f7682ffc44ae40e31d1b5712521fbb70.zip external_mesa3d-7da12426f7682ffc44ae40e31d1b5712521fbb70.tar.gz external_mesa3d-7da12426f7682ffc44ae40e31d1b5712521fbb70.tar.bz2 |
build: Use AX_PTHREAD to detect pthreads
NOTE: This is a candidate for the 9.0 branch.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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) |