[Git][NTPsec/ntpsec][master] Cleanup making HAVE_KERNEL_PLL
Hal Murray
gitlab at mg.gitlab.com
Thu Feb 11 10:48:45 UTC 2016
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
3686dcf6 by Hal Murray at 2016-02-11T02:48:05-08:00
Cleanup making HAVE_KERNEL_PLL
- - - - -
1 changed file:
- pylib/configure.py
Changes:
=====================================
pylib/configure.py
=====================================
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -431,7 +431,7 @@ def cmd_configure(ctx):
# file /usr/include/sys/timex.h for the particular
# architecture to be in place."
#
- if probe_header_with_prerequisites(ctx, "sys/timex.h", ["sys/time.h"]):
+ if ctx.get_define("HAVE_SYS_TIMEX_H"):
ctx.define("HAVE_KERNEL_PLL", 1)
# SO_REUSEADDR socket option is needed to open a socket on an
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/3686dcf6c0ca36234b9afa733ac5382eb92b39e2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160211/c5d83ba8/attachment.html>
More information about the vc
mailing list