From: Francis Dupont Date: Wed, 27 Jan 2016 12:25:02 +0000 (+0100) Subject: regen X-Git-Tag: v4_3_4~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cab61f43770ff1785362adab09f885bc50a9ec5f;p=thirdparty%2Fdhcp.git regen --- 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"