diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-23 17:37:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-23 17:37:45 +0200 |
commit | 616fdbae6bb41d91ce9682e9dd4a9347fd211852 (patch) | |
tree | 8412447a5b740ca138befba22559d4336a5a086d /configure.ac | |
parent | 2b29df1262399eeb8414069f82f99aaf98c91121 (diff) |
Autotools build system setup
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 82ccd12..94e07cd 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ THREADS # Check for Qt. # -#LIBQT([],[AC_MSG_ERROR([Qt is not found; consider using CPPFLAGS/LDFLAGS or --with-qt=DIR to specify its location])]) +LIBQTCORE([],[AC_MSG_ERROR([QtCore is not found; consider using CPPFLAGS/LDFLAGS to specify its location])]) # Check for libodb. # |