From: W.C.A. Wijngaards Date: Fri, 14 Feb 2014 10:00:20 +0000 (+0100) Subject: Minix compile support. X-Git-Tag: release-1.7.0-rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b8875bb49721e8e8b3007f2d4d2f465448debb5;p=thirdparty%2Fldns.git Minix compile support. --- 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])