From: Harlan Stenn Date: Fri, 26 Dec 2014 23:48:57 +0000 (+0000) Subject: build: see if we have a C99 compiler (not yet required) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4afc029aa575f0a334a0086b90144f95ca68edc;p=thirdparty%2Fntp.git build: see if we have a C99 compiler (not yet required) bk: 549df3e9T62WMY7K9Erc4VICeNlJtw --- diff --git a/ChangeLog b/ChangeLog index fbc5cd1bc..56f2513fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ --- + +* build: see if we have a C99 compiler (not yet required). +--- (4.2.8p1-beta1) 2014/12/23 Released by Harlan Stenn * [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs. diff --git a/sntp/m4/ntp_compiler.m4 b/sntp/m4/ntp_compiler.m4 index 2b418662b..e4c515f27 100644 --- a/sntp/m4/ntp_compiler.m4 +++ b/sntp/m4/ntp_compiler.m4 @@ -2,6 +2,7 @@ dnl ###################################################################### dnl Common m4sh code for compiler stuff AC_DEFUN([NTP_COMPILER], [ AC_REQUIRE([AC_PROG_CC_C89]) +AC_REQUIRE([AC_PROG_CC_C99]) CFLAGS_NTP= CPPFLAGS_NTP=