From 6ce585eee66af0dd3220060ad41269b748fce903 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Apr 2012 21:03:41 +0200 Subject: Make sure TR1 test comes after libodb in configure.ac TR1 test uses a header from libodb. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1496b60..8383000 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ 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. +# Check for TR1 availability (has to be after libodb). # TR1_MEMORY -- cgit v1.1