diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 12:54:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 12:54:32 +0200 |
commit | 925fd51d3ce9082d05d35acc80881d78b3f41b99 (patch) | |
tree | 04a46abed27da431ab068ea453bb99ecfe9381ad | |
parent | dc4b487c7cbd3318593ff44e37bd46496c17a5c3 (diff) |
Cosmetic changes
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 632465c..43f8dc7 100644 --- a/configure.ac +++ b/configure.ac @@ -54,12 +54,12 @@ LIBODB_BOOST([], [odb_tests_boost=no]) AM_CONDITIONAL([ODB_TESTS_BOOST], [test x$odb_tests_boost != xno]) -# Check for Qt +# Check for Qt. # odb_tests_qt=yes -LIBQTCORE([],[odb_tests_qt=no]) +LIBQTCORE([], [odb_tests_qt=no]) -# Check for libodb-qt +# Check for libodb-qt. # LIBODB_QT([], [odb_tests_qt=no]) |