Blame SOURCES/0015-build-say-library-when-missing-cmap-not-package-to-a.patch

04a57c
From 0de14256fc873aee735117955662503b773bf71c Mon Sep 17 00:00:00 2001
04a57c
From: Klaus Wenninger <klaus.wenninger@aon.at>
04a57c
Date: Tue, 11 Jun 2019 08:05:33 +0200
04a57c
Subject: [PATCH] build: say library when missing cmap not package to avoid
04a57c
 confusion
04a57c
04a57c
---
04a57c
 configure.ac | 2 +-
04a57c
 1 file changed, 1 insertion(+), 1 deletion(-)
04a57c
04a57c
diff --git a/configure.ac b/configure.ac
04a57c
index c44e747..1c55094 100644
04a57c
--- a/configure.ac
04a57c
+++ b/configure.ac
04a57c
@@ -48,7 +48,7 @@ if test $HAVE_pacemaker = 0 -a $HAVE_pcmk = 0; then
04a57c
 elif test $HAVE_pacemaker = 1; then
04a57c
     CPPFLAGS="$CPPFLAGS $glib_CFLAGS $pacemaker_CFLAGS"
04a57c
     if test $HAVE_cmap = 0; then
04a57c
-        AC_MSG_NOTICE(No package 'cmap' found)
04a57c
+        AC_MSG_NOTICE(No library 'cmap' found)
04a57c
     else
04a57c
         CPPFLAGS="$CPPFLAGS $cmap_CFLAGS"
04a57c
     fi
04a57c
-- 
04a57c
1.8.3.1
04a57c