Move YAZ tests before Boost thread tests so we set some options
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 26 Feb 2007 13:30:59 +0000 (13:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 26 Feb 2007 13:30:59 +0000 (13:30 +0000)
commitf1d6d57b100b334e635f56437c5a9748a97a232a
tree8a951c8d46cec01c37cf9a9a8c2cc2142dc22f48
parent1cf9a9d0bc8a553f67994f845d2ee2ea4223879c
Move YAZ tests before Boost thread tests so we set some options
right WRT threading. Use AC_LANG(C) instead of AC_LANG(C++) so that
tests by default are in C mode . If not, checks such as
AC_CHECK_LIB($ax_lib, main) fails on Sun Studio C which complains
about retursive calls to main.
configure.ac
src/Makefile.am