mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Check for libreadline
This commit is contained in:
parent
a1a5e63e14
commit
73bba12d8b
7 changed files with 22 additions and 5 deletions
|
@ -196,6 +196,14 @@ if test "$gc" = yes; then
|
|||
fi
|
||||
|
||||
|
||||
# Check for readline, needed by "nix repl".
|
||||
AX_LIB_READLINE
|
||||
if test "$ax_cv_lib_readline" != "no"; then
|
||||
have_readline=1
|
||||
fi
|
||||
AC_SUBST(HAVE_READLINE, [$have_readline])
|
||||
|
||||
|
||||
AC_ARG_ENABLE(init-state, AC_HELP_STRING([--disable-init-state],
|
||||
[do not initialise DB etc. in `make install']),
|
||||
init_state=$enableval, init_state=yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue