fatal to configure. [RT #43328]
+4484. [bug] Failure to find readline when requested should be
+ fatal to configure. [RT #43328]
+
4483. [func] Check prefixes in acls to make sure the address and
prefix lengths are consistent. Warn only in
BIND 9.11 and earlier. [RT #43367]
break
fi
done
+ if test "X$readline" = Xyes -a "$ac_cv_func_readline" != yes
+ then
+ as_fn_error $? "The readline library was not found." "$LINENO" 5
+ fi
LIBS="$saved_LIBS"
;;
*)
fi
done
fi
+ if test "$ac_cv_func_readline" != yes
+ then
+ as_fn_error $? "The readline library was not found." "$LINENO" 5
+ fi
LIBS="$saved_LIBS"
;;
esac
break
fi
done
+ if test "X$readline" = Xyes -a "$ac_cv_func_readline" != yes
+ then
+ AC_MSG_ERROR([The readline library was not found.])
+ fi
LIBS="$saved_LIBS"
;;
*)
fi
done
fi
+ if test "$ac_cv_func_readline" != yes
+ then
+ AC_MSG_ERROR([The readline library was not found.])
+ fi
LIBS="$saved_LIBS"
;;
esac