projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad5785
)
cross
author
Pierre Chifflier
<pollux@debian.org>
Mon, 14 Oct 2024 08:48:09 +0000
(10:48 +0200)
committer
Sascha Steinbiss
<satta@debian.org>
Mon, 14 Oct 2024 08:48:09 +0000
(10:48 +0200)
Gbp-Pq: Name cross.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a4300d06010b8bd9e9a46dfb8a88cf005070b63c..21343c4a37f537f72ba06e2278dae30fbaa7350b 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/ "