X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=configure;fp=configure;h=44c3356ca3e2b5e8e7749029fabc68f38207d24f;hb=4d29531b93f1a9bab2bea14a2722f9ae52359941;hp=a79960700aeb0fa44ebdcd20da0452fd296e75a4;hpb=9576d5da2feddff166696d7b48a8387859655b44;p=fips diff --git a/configure b/configure index a799607..44c3356 100755 --- a/configure +++ b/configure @@ -192,10 +192,29 @@ EOF errors=0 +printf "Checking for pkg-config... " if pkg-config --version > /dev/null 2>&1; then - have_pkg_config=1 + printf "Yes.\n" else - have_pkg_config=0 + printf "No.\n" + cat <