X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=configure;h=9428296b75825aef8b26e08f9a3c6e099189c3b7;hb=18ff92375257efa1ba4a4441079b0cd587661bfe;hp=a79960700aeb0fa44ebdcd20da0452fd296e75a4;hpb=b1570730174c0efe6431e8b032c5d408c7367a21;p=fips diff --git a/configure b/configure index a799607..9428296 100755 --- a/configure +++ b/configure @@ -192,13 +192,58 @@ 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 < minimal.c +if ${CC} -o minimal minimal.c > /dev/null 2>&1 +then + printf "Yes.\n" +else + printf "No.\n" + cat <