]> git.ipfire.org Git - people/jschlag/network.git/blobdiff - configure.ac
NITSI: Automatically download required images
[people/jschlag/network.git] / configure.ac
index cc5b21e106f85d36e35c5225c1e1da6dbcfbba9a..e84bec7d284ac160348e407315c9516f631e9536 100644 (file)
@@ -50,6 +50,8 @@ AC_PROG_LN_S
 AC_PROG_MKDIR_P
 AC_PROG_SED
 
+AC_PATH_PROG([NITSI], [nitsi])
+AC_PATH_PROG([WGET], [wget])
 AC_PATH_PROG([XSLTPROC], [xsltproc])
 
 # pkg-config
@@ -98,6 +100,7 @@ AC_SUBST([OUR_LDFLAGS], $with_ldflags)
 AC_CHECK_HEADERS_ONCE([
        ctype.h
        errno.h
+       linux/netlink.h
        net/if.h
        stdarg.h
        stdio.h