From: Pierre Chifflier Date: Thu, 28 Apr 2022 06:51:06 +0000 (+0100) Subject: cross X-Git-Tag: archive/raspbian/1%6.0.5-2+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a65d3058843de28b3a5e28d933b81d161f7b511;p=suricata.git cross Gbp-Pq: Name cross.patch --- diff --git a/configure.ac b/configure.ac index 224efc43..8ff678e8 100644 --- 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/ "