From: Harlan Stenn Date: Sat, 28 Jan 2017 14:32:36 +0000 (-0500) Subject: typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5eba4b06f62799bc00bbaea4d14b39e3a81c01d;p=thirdparty%2Fntp.git typos bk: 588cab846H4-R2qGCllXe7-5Spzo4w --- diff --git a/sntp/m4/ntp_openssl.m4 b/sntp/m4/ntp_openssl.m4 index 39302495b..33554f38b 100644 --- a/sntp/m4/ntp_openssl.m4 +++ b/sntp/m4/ntp_openssl.m4 @@ -67,9 +67,9 @@ case "$with_crypto" in with_crypto=openssl,libcrypto esac -DNL AC_MSG_NOTICE(['%with_crypto:%{PKG_CONFIG:+notempty}:%{with_openssl_libdir-notgiven}:%{with_openssl_incdir-notgiven}']) -DNL str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" -DNL AC_MSG_NOTICE([$str]) +dnl AC_MSG_NOTICE(['%with_crypto:%{PKG_CONFIG:+notempty}:%{with_openssl_libdir-notgiven}:%{with_openssl_incdir-notgiven}']) +dnl str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" +dnl AC_MSG_NOTICE([$str]) case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in no:*) ;; @@ -92,11 +92,11 @@ case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${wit AC_MSG_RESULT([no]) done esac -DNL AC_MSG_NOTICE([OpenSSL Phase I checks:]) -DNL AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP]) -DNL AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP]) -DNL AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP]) -DNL AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP]) +dnl AC_MSG_NOTICE([OpenSSL Phase I checks:]) +dnl AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP]) +dnl AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP]) +dnl AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP]) +dnl AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP]) case "$with_crypto:$ntp_openssl" in no:*) ;; *:no) @@ -382,11 +382,11 @@ case "$ntp_openssl" in ;; esac -DNL AC_MSG_NOTICE([OpenSSL final checks:]) -DNL AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP]) -DNL AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP]) -DNL AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP]) -DNL AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP]) +dnl AC_MSG_NOTICE([OpenSSL final checks:]) +dnl AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP]) +dnl AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP]) +dnl AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP]) +dnl AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP]) CPPFLAGS="$NTPO_SAVED_CPPFLAGS" LIBS="$NTPO_SAVED_LIBS"