From: Dave Hart Date: Tue, 14 Apr 2009 13:47:29 +0000 (+0000) Subject: configure.ac: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad431e38394da059af6c4dac50191a1afd5bb9dc;p=thirdparty%2Fntp.git configure.ac: tear off sntp/configure.ac from configure.ac bk: 49e493f1F4PxvjiKXYrlEq1FJ-2DVw --- diff --git a/configure.ac b/configure.ac index 82a0ca87d8..975ad35eba 100644 --- a/configure.ac +++ b/configure.ac @@ -4456,6 +4456,11 @@ AC_CONFIG_FILES(scripts/plot_summary, [chmod +x scripts/plot_summary]) AC_CONFIG_FILES(scripts/summary, [chmod +x scripts/summary]) AC_CONFIG_FILES(util/Makefile) -AC_CONFIG_SUBDIRS(sntp) +dnl it is not safe to share configuration +dnl cache with sntp as it uses different +dnl headers in a different order and +dnl tests for different libraries. +dnl +dnl AC_CONFIG_SUBDIRS(sntp) AC_OUTPUT