summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-12-16 21:45:27 +1000
committerAllan McRae <allan@archlinux.org>2013-12-16 21:45:27 +1000
commit9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919 (patch)
treea132c58b48d8c5967b7411dd5f89aca5deabe39f /configure
parent6f8e37ebf86a000f1571dd461b2635ab73f4c3ee (diff)
Set AUTOCONF variable when maintainer-mode is not used
Fixes build issue introduced in 8894bad3 when configure.ac is altered and maintainer-mode is not enabled.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 4f0cf571e4..fc023d0c70 100755
--- a/configure
+++ b/configure
@@ -5198,6 +5198,8 @@ $as_echo "$libc_cv_autoconf_works" >&6; }
if test "x$AUTOCONF" = xno; then
aux_missing="$aux_missing autoconf"
fi
+else
+ AUTOCONF=no
fi
test -n "$critic_missing" && as_fn_error $? "