diff --git a/configure b/configure
index 3d08cb4d5b14aa9c4c25228d7d0a2fd708039f1a..11fb7f883761acb511895c0df9f0b52e3234eedc 100755
--- a/configure
+++ b/configure
@@ -1857,6 +1857,11 @@ set_default cc nm pkg_config strip sysinclude
 enabled cross_compile || host_cc_default=$cc
 set_default host_cc
 
+if ! $pkg_config --version >/dev/null 2>&1; then
+    warn "$pkg_config not found, library detection may fail."
+    pkg_config=false
+fi
+
 exesuf() {
     case $1 in
         mingw32*|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;