diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-29 21:03:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-29 21:03:41 +0200 |
commit | 6ce585eee66af0dd3220060ad41269b748fce903 (patch) | |
tree | eaf975095e462d25bd4f6af47d3cefcca451b719 | |
parent | 4e2608d31b2c1ac72745f0dc9458bfced9021351 (diff) |
Make sure TR1 test comes after libodb in configure.ac2.0.0
TR1 test uses a header from libodb.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 <memory> availability. +# Check for TR1 <memory> availability (has to be after libodb). # TR1_MEMORY |