Re: [Pacemaker] small warning when build packages

2013-06-20 Thread Andrew Beekhof
Just this is also sufficient: index 930f8b5..483f94d 100644 --- a/configure.ac +++ b/configure.ac @@ -1010,7 +1010,7 @@ LIBQB_LOG=1 PCMK_FEATURES="$PCMK_FEATURES libqb-logging libqb-ipc" if - !pkg-config --atleast-version 0.13 libqb + ! pkg-config --atleast-version 0.13 libqb then AC_

[Pacemaker] small warning when build packages

2013-06-20 Thread Andrey Groshev
Hi, Today, when I tried to recompile the package, I noticed a small warning. ./configure: line 31134: !pkg-config: command not found As I understand it, the place is a check version libqb. And in this case, it is always "true" because Returns the value always NOT zero. Maybe fix it right? --- co