diff options
author | Allan McRae <allan@archlinux.org> | 2013-12-16 21:45:27 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-16 21:45:27 +1000 |
commit | 9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919 (patch) | |
tree | a132c58b48d8c5967b7411dd5f89aca5deabe39f /configure | |
parent | 6f8e37ebf86a000f1571dd461b2635ab73f4c3ee (diff) | |
download | glibc-9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919.zip glibc-9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919.tar.gz glibc-9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919.tar.bz2 |
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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $? " |