Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436256 | Differences between
and this patch

Collapse All | Expand All

(-)sed-4.2.1/m4/acl.m4 (-1 / +1 lines)
Lines 146-150 Link Here
146
       [gl_cv_func_working_acl_get_file=no],
146
       [gl_cv_func_working_acl_get_file=no],
147
       [gl_cv_func_working_acl_get_file=cross-compiling])])
147
       [gl_cv_func_working_acl_get_file=cross-compiling])])
148
148
149
  AS_IF([test $gl_cv_func_working_acl_get_file = yes], [$1], [$2])
149
  AS_IF([test $gl_cv_func_working_acl_get_file = no], [$2], [$1])
150
])
150
])

Return to bug 436256