From: Dave Hart Date: Tue, 14 Apr 2009 13:47:29 +0000 (+0000) Subject: configure.ac: X-Git-Tag: NTP_4_2_5P164~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8521651249278185997bf10ea72f96022247128f;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 82a0ca87d..975ad35eb 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