From: Harlan Stenn Date: Tue, 26 Dec 2017 02:07:37 +0000 (-0800) Subject: prepend "yes, " to the displayed value of pkg-config --modversion X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c515f9f622636af55e826fc4e85ded59e5014c46;p=thirdparty%2Fntp.git prepend "yes, " to the displayed value of pkg-config --modversion bk: 5a41aee9w7yd-44N7slAm79IazGMXw --- diff --git a/sntp/m4/ntp_libevent.m4 b/sntp/m4/ntp_libevent.m4 index 12eeb129a..0a5691757 100644 --- a/sntp/m4/ntp_libevent.m4 +++ b/sntp/m4/ntp_libevent.m4 @@ -111,7 +111,7 @@ case "$ntp_use_local_libevent" in *.*) ;; *) ntp_libevent_version='(unknown)' ;; esac - AC_MSG_RESULT([version $ntp_libevent_version]) + AC_MSG_RESULT([yes, version $ntp_libevent_version]) else ntp_use_local_libevent=yes # HMS: do we only need to do this if LIBISC_PTHREADS_NOTHREADS diff --git a/sntp/m4/ntp_openssl.m4 b/sntp/m4/ntp_openssl.m4 index 999676fa7..112b7a2d2 100644 --- a/sntp/m4/ntp_openssl.m4 +++ b/sntp/m4/ntp_openssl.m4 @@ -90,7 +90,7 @@ case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${wit *.*) ;; *) ntp_openssl_version='(unknown)' ;; esac - AC_MSG_RESULT([version $ntp_openssl_version]) + AC_MSG_RESULT([yes, version $ntp_openssl_version]) break fi