diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bb0932c..b7eea10 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,10 @@ AM_CONDITIONAL([ODB_TESTS_THREADS], [test x$threads != xnone]) LIBODB([], [AC_MSG_ERROR([libodb is not found; consider using --with-libodb=DIR])]) LIBODB_TRACER([], [AC_MSG_ERROR([libodb-tracer is not found; consider using --with-libodb-tracer=DIR])]) +# Check for TR1 <memory> availability. +# +TR1_MEMORY + # Check which database we are using. # DATABASE |