Home | History | Annotate | Download | only in m4

Lines Matching full:then

20   if test "x$enable_acl" != "xno"; then
23 if test $ac_cv_header_sys_acl_h = yes; then
28 if test $use_acl = 0; then
30 [if test "$ac_cv_search_acl_get_file" != "none required"; then
42 if test $use_acl = 1; then
54 if test $gl_cv_acl_ACL_FIRST_ENTRY = yes; then
67 if test $gl_cv_acl_ACL_TYPE_EXTENDED = yes; then
78 if test $use_acl = 0; then
80 if test $ac_cv_func_acl = yes; then
82 [if test "$ac_cv_search_acl_trivial" != "none required"; then
92 if test $use_acl = 0 || test "$ac_cv_func_acl" = yes; then
94 if test $ac_cv_func_getacl = yes; then
100 if test $use_acl = 0; then
102 if test $ac_cv_func_aclx_get = yes; then
108 if test $use_acl = 0 || test "$ac_cv_func_aclx_get" = yes; then
110 if test $ac_cv_func_statacl = yes; then
117 if test "x$enable_acl$use_acl" = "xyes0"; then