diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index a34ed6d83c5b..e0775b1c1184 100644 --- a/configure.ac +++ b/configure.ac @@ -65,13 +65,16 @@ ntp_ripe_ncc_ok=${ntp_parse_ok=no} ntp_jupiter_ok=${ntp_jupiter_ok=no} NTP_PROG_CC -AC_PROG_CPP -# Do we need CXX for anything besides google test? -AC_PROG_CXX +NTP_COMPILER + +dnl # Do we need CXX for anything besides google test? +dnl AC_PROG_CXX AC_PROG_YACC -AC_PROG_CC_C_O +dnl AC_PROG_CC_C_O # called by NTP_COMPILER AX_C99_STRUCT_INIT +NTP_HARDEN([sntp]) + NTP_VPATH_HACK dnl used only by ntpd/Makefile.am NTP_LOCINFO([sntp]) dnl takes over from NTP_BINDIR, in NTP_LIBNTP @@ -169,7 +172,6 @@ case "$ans" in ;; esac PROG_NET_SNMP_CONFIG=$ans -AC_MSG_CHECKING([for net-snmp-config path]) case "$PROG_NET_SNMP_CONFIG" in no) ;; /*) @@ -180,6 +182,7 @@ case "$PROG_NET_SNMP_CONFIG" in AS_UNSET([ac_cv_path_PATH_NET_SNMP_CONFIG]) ;; esac +AC_MSG_CHECKING([for net-snmp-config path]) AC_MSG_RESULT([$PATH_NET_SNMP_CONFIG]) case "$PATH_NET_SNMP_CONFIG" in |