diff --git a/configure b/configure
index 5ec1069..4556a1d 100755
--- a/configure
+++ b/configure
@@ -1156,8 +1156,8 @@ fi
 # pkg-config probe
 
 if ! has $pkg_config; then
-  # likely not cross compiling, or hope for the best
-  pkg_config=pkg-config
+  echo warning: proceeding without "$pkg_config" >&2
+  pkg_config=/bin/false
 fi
 
 ##########################################
