]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: include PDNS_CHECK_OS in configure 3724/head
authorChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Sun, 17 Apr 2016 09:55:15 +0000 (11:55 +0200)
committerChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Sun, 17 Apr 2016 09:55:15 +0000 (11:55 +0200)
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
pdns/dnsdistdist/m4/pdns_check_os.m4 [new symlink]

index 1f5d0c89fd464eba19625356dbba53b58f8bd784..37af875ec78cbb2053f7267c6b9b8e125aef64fc 100644 (file)
@@ -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 (symlink)
index 0000000..51ecd25
--- /dev/null
@@ -0,0 +1 @@
+../../../m4/pdns_check_os.m4
\ No newline at end of file