about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-06-02 09:53:24 +0200
committerGitHub <noreply@github.com>2020-06-02 09:53:24 +0200
commit7ca03562b5acf544de231f2d4e24fcc2d047e77f (patch)
treef6985a294bf8b573c5188f37ae7d2b3b9db25c8f
parentac5ce105ac08f022d88d7e73dc38f2706d4c44cf (diff)
parentcf78fac50834130d84dbcff2849dd281d54f525c (diff)
downloadprofani-tty-7ca03562b5acf544de231f2d4e24fcc2d047e77f.tar.gz
Merge pull request #1350 from DebXWoody/configure-sqlite
Fix: configure sqlite
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d14c6df..c5b4339c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,7 @@ PKG_CHECK_MODULES([curl], [libcurl], [],
         [AC_MSG_ERROR([libcurl is required for profanity])])])
 
 PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.22.0], [],
-    [AC_MSG_ERROR([sqlite3 3.22.0 or higher is required for profanity profanity])])
+    [AC_MSG_ERROR([sqlite3 3.22.0 or higher is required for profanity])])
 
 AS_IF([test "x$enable_icons_and_clipboard" != xno],
     [PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24.10],