From: Christian Hofstaedtler Date: Sun, 17 Apr 2016 09:55:15 +0000 (+0200) Subject: dnsdist: include PDNS_CHECK_OS in configure X-Git-Tag: dnsdist-1.0.0~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3724%2Fhead;p=thirdparty%2Fpdns.git dnsdist: include PDNS_CHECK_OS in configure Follow up fix to #3593 which added -latomic on mips(el), but dnsdist did not use the macro where this got added. --- diff --git a/pdns/dnsdistdist/configure.ac b/pdns/dnsdistdist/configure.ac index 1f5d0c89fd..37af875ec7 100644 --- a/pdns/dnsdistdist/configure.ac +++ b/pdns/dnsdistdist/configure.ac @@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CC AC_PROG_CXX +PDNS_CHECK_OS PDNS_CHECK_LIBSODIUM DNSDIST_CHECK_RAGEL AC_PROG_LIBTOOL diff --git a/pdns/dnsdistdist/m4/pdns_check_os.m4 b/pdns/dnsdistdist/m4/pdns_check_os.m4 new file mode 120000 index 0000000000..51ecd252e1 --- /dev/null +++ b/pdns/dnsdistdist/m4/pdns_check_os.m4 @@ -0,0 +1 @@ +../../../m4/pdns_check_os.m4 \ No newline at end of file