| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Sept. 21, 2011, 10:26 a.m. |
| Message ID | <1316600766-5541-3-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/115764/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 414317a..9ab3ab4 100755 --- a/configure +++ b/configure @@ -1340,8 +1340,8 @@ fi # pkg-config probe if ! has $pkg_config; then - echo warning: proceeding without "$pkg_config" >&2 - pkg_config=/bin/false + echo "Error: pkg-config binary '$pkg_config' not found" + exit 1 fi ##########################################