From 2585e4bac168d41f29fae06911bcfd9d20a4dbb6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Feb 2011 13:36:39 +0200 Subject: Cosmetic changes --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 019afd3..b2c9a19 100644 --- a/configure.ac +++ b/configure.ac @@ -40,18 +40,18 @@ TR1_MEMORY # Check for boost. # -odb_example_boost=yes -LIBBOOST([], [odb_example_boost=no]) -LIBBOOST_SMART_PTR([], [odb_example_boost=no]) -LIBBOOST_UNORDERED([], [odb_example_boost=no]) -LIBBOOST_DATE_TIME([], [odb_example_boost=no]) +odb_examples_boost=yes +LIBBOOST([], [odb_examples_boost=no]) LIBBOOST_SYSTEM +LIBBOOST_SMART_PTR([], [odb_examples_boost=no]) +LIBBOOST_UNORDERED([], [odb_examples_boost=no]) +LIBBOOST_DATE_TIME([], [odb_examples_boost=no]) # Check for libodb-boost. # -LIBODB_BOOST([], [odb_example_boost=no]) +LIBODB_BOOST([], [odb_examples_boost=no]) -AM_CONDITIONAL([ODB_EXAMPLES_BOOST], [test x$odb_example_boost != xno]) +AM_CONDITIONAL([ODB_EXAMPLES_BOOST], [test x$odb_examples_boost != xno]) # Check which database we are using. # -- cgit v1.1