From 6d472749c61824d6d257c4e482a44fa02121f160 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2011 12:48:55 +0200 Subject: Cosmetic changes --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c617200..94c5e21 100644 --- a/configure.ac +++ b/configure.ac @@ -53,12 +53,12 @@ LIBODB_BOOST([], [odb_examples_boost=no]) AM_CONDITIONAL([ODB_EXAMPLES_BOOST], [test x$odb_examples_boost != xno]) -# Check for Qt +# Check for Qt. # odb_examples_qt=yes -LIBQTCORE([],[odb_examples_qt=no]) +LIBQTCORE([], [odb_examples_qt=no]) -# Check for libodb-qt +# Check for libodb-qt. # LIBODB_QT([], [odb_examples_qt=no]) -- cgit v1.1