From b6fa40f4d953d7627510e3070bc1247fd7d9694a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Apr 2011 17:56:16 +0200 Subject: Enable Boost profile tests for SQLite --- dist.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dist.sh') diff --git a/dist.sh b/dist.sh index 0880686..37aa447 100755 --- a/dist.sh +++ b/dist.sh @@ -245,14 +245,13 @@ for d in $db; do mkdir -p $out_root/odb-tests-$d cd $out_root/odb-tests-$d -# @@ --with-libodb-boost=../libodb-boost \ - if [ $rebuild = y ]; then ../odb-tests/configure \ --with-database=$d \ --with-libodb=../libodb \ --with-libodb-tracer=../libodb-tracer \ --with-libodb-$d=../libodb-$d \ +--with-libodb-boost=../libodb-boost \ CXXFLAGS="$CXXFLAGS" \ ODB=$odb fi @@ -293,13 +292,12 @@ for d in $db; do mkdir -p $out_root/odb-examples-$d cd $out_root/odb-examples-$d -# @@ --with-libodb-boost=../libodb-boost \ - if [ $rebuild = y ]; then ../odb-examples/configure \ --with-database=$d \ --with-libodb=../libodb \ --with-libodb-$d=../libodb-$d \ +--with-libodb-boost=../libodb-boost \ CXXFLAGS="$CXXFLAGS" \ ODB=$odb fi -- cgit v1.1