projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38149b
)
cross
author
Pierre Chifflier
<pollux@debian.org>
Mon, 30 Aug 2021 18:56:18 +0000
(19:56 +0100)
committer
Sascha Steinbiss
<satta@debian.org>
Mon, 30 Aug 2021 18:56:18 +0000
(19:56 +0100)
Gbp-Pq: Name cross.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f2cf705ca0725dfe8b4b90e3b09f2a3a37089bc6..a5e659eb1798ca233c59b10c8ee9ff577a360c0f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-77,8
+77,8
@@
AC_PATH_PROG(HAVE_CYGPATH, cygpath, "no")
AM_CONDITIONAL([HAVE_CYGPATH], [test "x$HAVE_CYGPATH" != "xno"])
- AC_PATH_PROG(HAVE_PKG_CONFIG, pkg-config, "no")
- if test "
$HAVE_PKG_CONFIG" = "no
"; then
+ PKG_PROG_PKG_CONFIG
+ if test "
x$PKG_CONFIG" = "x
"; then
echo
echo " ERROR! pkg-config not found, go get it "
echo " http://pkg-config.freedesktop.org/wiki/ "