summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 3102880c..11c13a4b 100755
--- a/configure
+++ b/configure
@@ -5078,6 +5078,12 @@ fi
+if test "X$AR" = "X"; then
+ as_fn_error $? "
+ar program not found. Please fix your PATH to include the directory in
+which ar resides, or set AR in the environment with the full path to ar." "$LINENO" 5
+fi
+
ac_config_headers="$ac_config_headers includes/config.h"