Skip to content

Commit

Permalink
build: say library when missing cmap not package to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
wenningerk committed Jun 11, 2019
1 parent 1387ed8 commit 0de1425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if test $HAVE_pacemaker = 0 -a $HAVE_pcmk = 0; then
elif test $HAVE_pacemaker = 1; then
CPPFLAGS="$CPPFLAGS $glib_CFLAGS $pacemaker_CFLAGS"
if test $HAVE_cmap = 0; then
AC_MSG_NOTICE(No package 'cmap' found)
AC_MSG_NOTICE(No library 'cmap' found)
else
CPPFLAGS="$CPPFLAGS $cmap_CFLAGS"
fi
Expand Down

0 comments on commit 0de1425

Please sign in to comment.