aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-29 21:03:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-29 21:03:41 +0200
commit6ce585eee66af0dd3220060ad41269b748fce903 (patch)
treeeaf975095e462d25bd4f6af47d3cefcca451b719
parent4e2608d31b2c1ac72745f0dc9458bfced9021351 (diff)
Make sure TR1 test comes after libodb in configure.ac2.0.0
TR1 test uses a header from libodb.
-rw-r--r--configure.ac2
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