From 00f25fc7183f5508f0cc6f8798e634c76434ce0e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Apr 2012 21:03:42 +0200 Subject: Make sure TR1 test comes after libodb in configure.ac TR1 test uses a header from libodb. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 109b4cc..d42da63 100644 --- a/configure.ac +++ b/configure.ac @@ -37,10 +37,6 @@ AM_CONDITIONAL([ODB_TESTS_THREADS], [test x$threads != xnone]) # CXX11([HAVE_CXX11], [Compiling in the C++11 mode.]) -# Check for TR1 availability. -# -TR1_MEMORY - # Check for the ODB compiler. # ODB_COMPILER([], [AC_MSG_ERROR([odb compiler is not found; consider setting ODB variable or using --with-odb=DIR])]) @@ -49,6 +45,10 @@ ODB_COMPILER([], [AC_MSG_ERROR([odb compiler is not found; consider setting ODB # LIBODB([], [AC_MSG_ERROR([libodb is not found; consider using --with-libodb=DIR])]) +# Check for TR1 availability (has to be after libodb). +# +TR1_MEMORY + # Check for boost. # odb_tests_boost=yes -- cgit v1.1