Update all of the autoconf files.

acx_pthread.m4 was added to detect pthreads.

make test/check now work.
This commit is contained in:
Brian Aker 2011-08-02 15:53:13 -07:00
parent 487c2b6e23
commit 50dfa685ca
2 changed files with 3 additions and 0 deletions

3
m4/require_canonical.m4 Normal file
View File

@ -0,0 +1,3 @@
AC_DEFUN([REQUIRE_CANONICAL], [
AC_REQUIRE(AC_CANONICAL_HOST)_LT_SET_OPTION([LT_INIT],[win32-dll])
])dnl REQUIRE_CANONICAL