From 4b8875bb49721e8e8b3007f2d4d2f465448debb5 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 14 Feb 2014 11:00:20 +0100 Subject: [PATCH] Minix compile support. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 5f25c7dc..bb7f9274 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,9 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO]) AC_SUBST(VERSION_INFO, [VERSION_MAJOR:VERSION_MINOR:VERSION_MICRO]) AC_AIX +if test "$ac_cv_header_minix_config_h" = "yes"; then + AC_DEFINE(_NETBSD_SOURCE,1, [Enable for compile on Minix]) +fi LT_INIT AC_CONFIG_MACRO_DIR([m4]) -- 2.47.3