File: cross.patch

package info (click to toggle)
suricata 1%3A8.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240,768 kB
  • sloc: ansic: 357,749; python: 8,750; sh: 5,043; makefile: 2,415; perl: 570; php: 170
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/configure.ac
+++ b/configure.ac
@@ -79,8 +79,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/ "