diff options
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. # |