]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
prepend "yes, " to the displayed value of pkg-config --modversion
authorHarlan Stenn <stenn@ntp.org>
Tue, 26 Dec 2017 02:07:37 +0000 (18:07 -0800)
committerHarlan Stenn <stenn@ntp.org>
Tue, 26 Dec 2017 02:07:37 +0000 (18:07 -0800)
bk: 5a41aee9w7yd-44N7slAm79IazGMXw

sntp/m4/ntp_libevent.m4
sntp/m4/ntp_openssl.m4

index 12eeb129add4be1f603da4aa3d4394b021e60d53..0a5691757e06f76d165f077a2d796cc9046d773a 100644 (file)
@@ -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
index 999676fa7ebd70b746a9d2d66d415442b4cce435..112b7a2d29aa205ec6b78ad16eabca017adb4c56 100644 (file)
@@ -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