From 7514c6453c025cac57ecee2ecd09497cfc2dc8fe Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sun, 17 Apr 2016 11:55:15 +0200 Subject: [PATCH] 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. --- pdns/dnsdistdist/configure.ac | 1 + pdns/dnsdistdist/m4/pdns_check_os.m4 | 1 + 2 files changed, 2 insertions(+) create mode 120000 pdns/dnsdistdist/m4/pdns_check_os.m4 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 -- 2.47.2