Home | History | Annotate | Download | only in openssh

Lines Matching refs:withval

5642   withval=$with_openssl;   if test "x$withval" = "xno" ; then
5668 withval=$with_ssh1;
5669 withval" = "xyes" ; then
5675 elif test "x$withval" = "xno" ; then
5705 withval=$with_stackprotect;
5706 if test "x$withval" = "xno"; then
5714 withval=$with_hardening;
5715 if test "x$withval" = "xno"; then
6597 withval=$with_rpath;
6598 if test "x$withval" = "xno" ; then
6601 if test "x$withval" = "xyes" ; then
6613 withval=$with_cflags;
6614 if test -n "$withval" && test "x$withval" != "xno" && \
6615 test "x${withval}" != "xyes"; then
6616 CFLAGS="$CFLAGS $withval"
6625 withval=$with_cppflags;
6626 if test -n "$withval" && test "x$withval" != "xno" && \
6627 test "x${withval}" != "xyes"; then
6628 CPPFLAGS="$CPPFLAGS $withval"
6637 withval=$with_ldflags;
6638 if test -n "$withval" && test "x$withval" != "xno" && \
6639 test "x${withval}" != "xyes"; then
6640 LDFLAGS="$LDFLAGS $withval"
6649 withval=$with_libs;
6650 if test -n "$withval" && test "x$withval" != "xno" && \
6651 test "x${withval}" != "xyes"; then
6652 LIBS="$LIBS $withval"
6661 withval=$with_Werror;
6662 if test -n "$withval" && test "x$withval" != "xno"; then
6664 if test "x${withval}" != "xyes"; then
6665 werror_flags="$withval"
7725 if test "x$withval" != "xno" ; then
7819 if test "x$withval" != "xno" ; then
7909 withval=$with_solaris_contracts;
7960 withval=$with_solaris_projects;
8011 withval=$with_solaris_privs;
8394 withval=$with_osfsia;
8395 if test "x$withval" = "xno" ; then
8800 withval=$with_zlib; if test "x$withval" = "xno" ; then
8802 elif test "x$withval" != "xyes"; then
8803 if test -d "$withval/lib"; then
8805 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
8807 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
8811 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
8813 LDFLAGS="-L${withval} ${LDFLAGS}"
8816 if test -d "$withval/include"; then
8817 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
8819 CPPFLAGS="-I${withval} ${CPPFLAGS}"
8926 withval=$with_zlib_version_check; if test "x$withval" = "xno" ; then
9874 withval=$with_skey;
9875 if test "x$withval" != "xno" ; then
9877 if test "x$withval" != "xyes" ; then
9878 CPPFLAGS="$CPPFLAGS -I${withval}/include"
9879 LDFLAGS="$LDFLAGS -L${withval}/lib"
9962 withval=$with_ldns;
9964 if test "x$withval" = "xyes" ; then
10064 CPPFLAGS="$CPPFLAGS -I${withval}/include"
10065 LDFLAGS="$LDFLAGS -L${withval}/lib"
10072 elif test "x$withval" != "xno" ; then
10073 CPPFLAGS="$CPPFLAGS -I${withval}/include"
10074 LDFLAGS="$LDFLAGS -L${withval}/lib"
10120 withval=$with_libedit; if test "x$withval" != "xno" ; then
10121 if test "x$withval" = "xyes" ; then
10233 CPPFLAGS="$CPPFLAGS -I${withval}/include"
10235 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
10237 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
10331 withval=$with_audit;
10334 case "$withval" in
10476 as_fn_error $? "Unknown audit module $withval" "$LINENO" 5
10486 withval=$with_pie;
10487 if test "x$withval" = "xno"; then
10490 if test "x$withval" = "xyes"; then
12238 withval=$with_ssl_dir;
12242 if test "x$withval" != "xno" ; then
12243 case "$withval" in
12245 ./*|../*) withval="`pwd`/$withval"
12247 if test -d "$withval/lib"; then
12249 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
12251 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
12253 elif test -d "$withval/lib64"; then
12255 LDFLAGS="-L${withval}/lib64 -R${withval}/lib64 ${LDFLAGS}"
12257 LDFLAGS="-L${withval}/lib64 ${LDFLAGS}"
12261 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
12263 LDFLAGS="-L${withval} ${LDFLAGS}"
12266 if test -d "$withval/include"; then
12267 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
12269 CPPFLAGS="-I${withval} ${CPPFLAGS}"
12280 withval=$with_openssl_header_check;
12281 if test "x$withval" = "xno" ; then
12293 withval=$with_ssl_engine;
12294 if test "x$withval" != "xno" ; then
13434 withval=$with_prngd_port;
13435 case "$withval" in
13437 withval=""
13445 if test ! -z "$withval" ; then
13446 PRNGD_PORT="$withval"
13462 withval=$with_prngd_socket;
13463 case "$withval" in
13465 withval="/var/run/egd-pool"
13468 withval=""
13477 if test ! -z "$withval" ; then
13481 if test ! -r "$withval" ; then
13485 PRNGD_SOCKET="$withval"
13545 withval=$with_pam;
13546 if test "x$withval" != "xno" ; then
13695 withval=$with_pam_service;
13696 if test "x$withval
13697 test "x$withval" != "xyes" ; then
13700 #define SSHD_PAM_SERVICE "$withval"
13762 withval=$with_privsep_user;
13763 if test -n "$withval" && test "x$withval" != "xno" && \
13764 test "x${withval}" != "xyes"; then
13765 SSH_PRIVSEP_USER=$withval
13842 withval=$with_sandbox;
13843 if test "x$withval" = "xyes" ; then
13846 sandbox_arg="$withval"
17137 withval=$with_selinux; if test "x$withval" != "xno" ; then
17222 withval=$with_kerberos5; if test "x$withval" != "xno" ; then
17223 if test "x$withval" = "xyes" ; then
17226 KRB5ROOT=${withval}
17883 withval=$with_privsep_path;
17884 if test -n "$withval" && test "x$withval" != "xno" && \
17885 test "x${withval}" != "xyes"; then
17886 PRIVSEP_PATH=$withval
17897 withval=$with_xauth;
17898 if test -n "$withval" && test "x$withval" != "xno" && \
17899 test "x${withval}" != "xyes"; then
17900 xauth_path=$withval
17988 withval=$with_maildir;
17989 if test "X$withval" != X && test "x$withval" != xno && \
17990 test "x${withval}" != xyes; then
17993 #define MAIL_DIRECTORY "$withval"
18176 withval=$with_mantype;
18177 case "$withval" in
18179 MANTYPE=$withval
18182 as_fn_error $? "invalid man type: $withval" "$LINENO" 5
18258 withval=$with_md5_passwords;
18259 if test "x$withval" != "xno" ; then
18274 withval=$with_shadow;
18275 if test "x$withval" = "xno" ; then
18331 withval=$with_ipaddr_display;
18332 if test "x$withval" != "xno" ; then
18405 withval=$with_default_path;
18413 elif test "x$withval" != "xno" ; then
18422 user_path="$withval"
18423 SERVER_PATH_MSG="$withval"
18529 withval=$with_superuser_path;
18530 if test -n "$withval" && test "x$withval" != "xno" && \
18531 test "x${withval}" != "xyes"; then
18534 #define SUPERUSER_PATH "$withval"
18537 superuser_path=$withval
18551 withval=$with_4in6;
18552 if test "x$withval" != "xno" ; then
18586 withval=$with_bsd_auth;
18587 if test "x$withval" != "xno" ; then
18611 withval=$with_pid_dir;
18612 if test -n "$withval" && test "x$withval" != "xno" && \
18613 test "x${withval}" != "xyes"; then
18614 piddir=$withval
18727 withval=$with_lastlog;
18728 if test "x$withval" = "xno" ; then
18731 elif test -n "$withval" && test "x${withval}" != "xyes"; then
18732 conf_lastlog_location=$withval