mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
use --exists for pkg-config checking.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
ad767dd4ac
commit
264c2fc470
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ fi
|
|||
set -e
|
||||
|
||||
# check webkitgtk existence
|
||||
webkit=`pkg-config --libs webkit-1.0`
|
||||
webkit=`pkg-config --exists webkit-1.0`
|
||||
if [ $webkit -eq 0 ]; then
|
||||
epub="--enable-epub"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue