diff --git a/build/pkgs/configure/checksums.ini b/build/pkgs/configure/checksums.ini index 7d0a957c854..6de96c8fe48 100644 --- a/build/pkgs/configure/checksums.ini +++ b/build/pkgs/configure/checksums.ini @@ -1,3 +1,3 @@ tarball=configure-VERSION.tar.gz -sha1=4d6de7b4a5aff43a508a1e64078fe409554869fe -sha256=18cc6fa95c0bd6ae0bf1f9b447ae2dd9da7d596d17bec5e961b980b9687e1a7e +sha1=7d0d584233b0a52b62dba5eaeaac13d8c38652eb +sha256=02d5e5ee0fad7ccbc99ae92ecb7cfc92260962cb1c8714c6fcd2f561c3d718e6 diff --git a/build/pkgs/configure/package-version.txt b/build/pkgs/configure/package-version.txt index 8c7663a9fa1..cde04b63e0e 100644 --- a/build/pkgs/configure/package-version.txt +++ b/build/pkgs/configure/package-version.txt @@ -1 +1 @@ -68f446ad3f1abcea6e1a9b679a04242597f439f6 +a60f0455273de4b2b07878d92e8357d8d9a839c8 diff --git a/configure.ac b/configure.ac index 1bf79ed7333..067b10c99d8 100644 --- a/configure.ac +++ b/configure.ac @@ -222,7 +222,7 @@ dnl Exit autoconf with exit code 16 in this case. This will be dnl caught by the bootstrap script. m4_exit(16)]) -PKG_PROG_PKG_CONFIG([0.29], [PKG_CONFIG=false]) +PKG_PROG_PKG_CONFIG([0.29], [PKG_CONFIG=]) AC_CHECK_PROG(found_ranlib, ranlib, yes, no) if test x$found_ranlib != xyes