From: Harlan Stenn Date: Mon, 15 Dec 2014 05:40:20 +0000 (+0000) Subject: Quiet some debug output X-Git-Tag: NTP_4_2_8~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab9315774a902de2a3a827966c4577527d8a532;p=thirdparty%2Fntp.git Quiet some debug output bk: 548e7444y9tV0eSH7SKUDZWgM_bC4A --- diff --git a/sntp/m4/ntp_crypto_rand.m4 b/sntp/m4/ntp_crypto_rand.m4 index 25383a726..c529f3a51 100644 --- a/sntp/m4/ntp_crypto_rand.m4 +++ b/sntp/m4/ntp_crypto_rand.m4 @@ -39,7 +39,7 @@ AC_MSG_RESULT([$ntp_use_openssl_random]) # The following might need extra libraries NTPO_SAVED_LIBS="$LIBS" LIBS="$NTPO_SAVED_LIBS $LDADD_NTP" -AC_MSG_NOTICE([LIBS is <$LIBS>]) +dnl AC_MSG_NOTICE([LIBS is <$LIBS>]) AC_CHECK_FUNCS([RAND_bytes RAND_poll]) LIBS="$NTPO_SAVED_LIBS" case "$ntp_use_openssl_random$ac_cv_func_RAND_bytes$ac_cv_func_RAND_poll" in