Home | History | Annotate | Download | only in dist

Lines Matching refs:use_randomdev

6795   withval=$with_randomdev; use_randomdev="$withval"
6797 use_randomdev="unspec"
6800 if test "$use_randomdev" = "unspec"; then
6806 use_randomdev="/dev/random"
6807 elif test "$use_randomdev" = "yes"; then
6808 use_randomdev="/dev/random"
6810 if test "$use_randomdev" = "no"; then
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_randomdev (unchecked)" >&5
6817 $as_echo "$use_randomdev (unchecked)" >&6; }
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_randomdev" >&5
6820 $as_echo "$use_randomdev" >&6; }
6821 as_ac_File=`$as_echo "ac_cv_file_$use_randomdev" | $as_tr_sh`
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $use_randomdev" >&5
6823 $as_echo_n "checking for $use_randomdev... " >&6; }
6829 if test -r "$use_randomdev"; then
6841 #define ISC_PATH_RANDOMDEV "$use_randomdev"
6845 as_fn_error $? "cannot find $use_randomdev" "$LINENO" 5
6849 BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"