Lines Matching refs:withval
5584 withval=$with_stackprotect;
5585 if test "x$withval" = "xno"; then
5921 withval=$with_rpath;
5922 if test "x$withval" = "xno" ; then
5925 if test "x$withval" = "xyes" ; then
5937 withval=$with_cflags;
5938 if test -n "$withval" && test "x$withval" != "xno" && \
5939 test "x${withval}" != "xyes"; then
5940 CFLAGS="$CFLAGS $withval"
5949 withval=$with_cppflags;
5950 if test -n "$withval" && test "x$withval" != "xno" && \
5951 test "x${withval}" != "xyes"; then
5952 CPPFLAGS="$CPPFLAGS $withval"
5961 withval=$with_ldflags;
5962 if test -n "$withval" && test "x$withval" != "xno" && \
5963 test "x${withval}" != "xyes"; then
5964 LDFLAGS="$LDFLAGS $withval"
5973 withval=$with_libs;
5974 if test -n "$withval" && test "x$withval" != "xno" && \
5975 test "x${withval}" != "xyes"; then
5976 LIBS="$LIBS $withval"
5985 withval=$with_Werror;
5986 if test -n "$withval" && test "x$withval" != "xno"; then
5988 if test "x${withval}" != "xyes"; then
5989 werror_flags="$withval"
6849 if test "x$withval" != "xno" ; then
6930 if test "x$withval" != "xno" ; then
6978 withval=$with_solaris_contracts;
7029 withval=$with_solaris_projects;
7434 withval=$with_osfsia;
7435 if test "x$withval" = "xno" ; then
7905 withval=$with_zlib; if test "x$withval" = "xno" ; then
7907 elif test "x$withval" != "xyes"; then
7908 if test -d "$withval/lib"; then
7910 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
7912 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
7916 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
7918 LDFLAGS="-L${withval} ${LDFLAGS}"
7921 if test -d "$withval/include"; then
7922 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
7924 CPPFLAGS="-I${withval} ${CPPFLAGS}"
8031 withval=$with_zlib_version_check; if test "x$withval" = "xno" ; then
8517 withval=$with_skey;
8518 if test "x$withval" != "xno" ; then
8520 if test "x$withval" != "xyes" ; then
8521 CPPFLAGS="$CPPFLAGS -I${withval}/include"
8522 LDFLAGS="$LDFLAGS -L${withval}/lib"
8605 withval=$with_tcp_wrappers;
8606 if test "x$withval" != "xno" ; then
8610 if test -n "${withval}" && \
8611 test "x${withval}" != "xyes"; then
8612 if test -d "${withval}/lib"; then
8614 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
8616 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
8620 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
8622 LDFLAGS="-L${withval} ${LDFLAGS}"
8625 if test -d "${withval}/include"; then
8626 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
8628 CPPFLAGS="-I${withval} ${CPPFLAGS}"
8683 withval=$with_libedit; if test "x$withval" != "xno" ; then
8684 if test "x$withval" = "xyes" ; then
8739 CPPFLAGS="$CPPFLAGS -I${withval}/include"
8741 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
8743 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
8837 withval=$with_audit;
8840 case "$withval" in
8976 as_fn_error $? "Unknown audit module $withval" "$LINENO" 5
10245 withval=$with_ssl_dir;
10246 if test "x$withval" != "xno" ; then
10247 case "$withval" in
10249 ./*|../*) withval="`pwd`/$withval"
10251 if test -d "$withval/lib"; then
10253 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
10255 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
10257 elif test -d "$withval/lib64"; then
10259 LDFLAGS="-L${withval}/lib64 -R${withval}/lib64 ${LDFLAGS}"
10261 LDFLAGS="-L${withval}/lib64 ${LDFLAGS}"
10265 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
10267 LDFLAGS="-L${withval} ${LDFLAGS}"
10270 if test -d "$withval/include"; then
10271 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
10273 CPPFLAGS="-I${withval} ${CPPFLAGS}"
10470 withval=$with_openssl_header_check; if test "x$withval" = "xno" ; then
10609 withval=$with_ssl_engine; if test "x$withval" != "xno" ; then
10994 withval=$with_prngd_port;
10995 case "$withval" in
10997 withval=""
11005 if test ! -z "$withval" ; then
11006 PRNGD_PORT="$withval"
11022 withval=$with_prngd_socket;
11023 case "$withval" in
11025 withval="/var/run/egd-pool"
11028 withval=""
11037 if test ! -z "$withval" ; then
11041 if test ! -r "$withval" ; then
11045 PRNGD_SOCKET="$withval"
11102 withval=$with_pam;
11103 if test "x$withval" != "xno" ; then
11295 withval=$with_privsep_user;
11296 if test -n "$withval" && test "x$withval" != "xno" && \
11297 test "x${withval}" != "xyes"; then
11298 SSH_PRIVSEP_USER=$withval
11316 withval=$with_sandbox;
11317 if test "x$withval" = "xyes" ; then
11320 sandbox_arg="$withval"
14455 withval=$with_selinux; if test "x$withval" != "xno" ; then
14540 withval=$with_kerberos5; if test "x$withval" != "xno" ; then
14541 if test "x$withval" = "xyes" ; then
14544 KRB5ROOT=${withval}
15057 withval=$with_privsep_path;
15058 if test -n "$withval" && test "x$withval" != "xno" && \
15059 test "x${withval}" != "xyes"; then
15060 PRIVSEP_PATH=$withval
15071 withval=$with_xauth;
15072 if test -n "$withval" && test "x$withval" != "xno" && \
15073 test "x${withval}" != "xyes"; then
15074 xauth_path=$withval
15162 withval=$with_maildir;
15163 if test "X$withval" != X && test "x$withval" != xno && \
15164 test "x${withval}" != xyes; then
15167 #define MAIL_DIRECTORY "$withval"
15350 withval=$with_mantype;
15351 case "$withval" in
15353 MANTYPE=$withval
15356 as_fn_error $? "invalid man type: $withval" "$LINENO" 5
15432 withval=$with_md5_passwords;
15433 if test "x$withval" != "xno" ; then
15448 withval=$with_shadow;
15449 if test "x$withval" = "xno" ; then
15505 withval=$with_ipaddr_display;
15506 if test "x$withval" != "xno" ; then
15579 withval=$with_default_path;
15587 elif test "x$withval" != "xno" ; then
15596 user_path="$withval"
15597 SERVER_PATH_MSG="$withval"
15700 withval=$with_superuser_path;
15701 if test -n "$withval" && test "x$withval" != "xno" && \
15702 test "x${withval}" != "xyes"; then
15705 #define SUPERUSER_PATH "$withval"
15708 superuser_path=$withval
15722 withval=$with_4in6;
15723 if test "x$withval" != "xno" ; then
15757 withval=$with_bsd_auth;
15758 if test "x$withval" != "xno" ; then
15782 withval=$with_pid_dir;
15783 if test -n "$withval" && test "x$withval" != "xno" && \
15784 test "x${withval}" != "xyes"; then
15785 piddir=$withval
15898 withval=$with_lastlog;
15899 if test "x$withval" = "xno" ; then
15902 elif test -n "$withval" && test "x${withval}" != "xyes"; then
15903 conf_lastlog_location=$withval