From cab61f43770ff1785362adab09f885bc50a9ec5f Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 27 Jan 2016 13:25:02 +0100 Subject: [PATCH] regen --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 3102880ce..11c13a4bf 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" -- 2.47.3