diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 12:48:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 12:48:55 +0200 |
commit | 6d472749c61824d6d257c4e482a44fa02121f160 (patch) | |
tree | 6291afb92810c4bfd54a989c08ed6d9a6ddc64eb /configure.ac | |
parent | 609fd12179724e00d52a65ae768dc0208e146f64 (diff) |
Cosmetic changes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
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]) |