]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Quiet some debug output
authorHarlan Stenn <stenn@ntp.org>
Mon, 15 Dec 2014 05:40:20 +0000 (05:40 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 15 Dec 2014 05:40:20 +0000 (05:40 +0000)
bk: 548e7444y9tV0eSH7SKUDZWgM_bC4A

sntp/m4/ntp_crypto_rand.m4

index 25383a726f164f92e48058edf8e1a27548570a22..c529f3a51dff355a4c53d8f3d36ae4e2d268d3f0 100644 (file)
@@ -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