Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 520022
Collapse All | Expand All

(-)configure.ac (-3 / +8 lines)
Lines 484-492 fi Link Here
484
484
485
dnl Mac OS specific features -------------------
485
dnl Mac OS specific features -------------------
486
486
487
SVN_LIB_MACHO_ITERATE
487
case "$host" in
488
SVN_LIB_MACOS_PLIST
488
*-darwin*)
489
SVN_LIB_MACOS_KEYCHAIN
489
    # Be less liberal about checking for OS X features!
490
    SVN_LIB_MACHO_ITERATE
491
    SVN_LIB_MACOS_PLIST
492
    SVN_LIB_MACOS_KEYCHAIN
493
    ;;
494
esac
490
495
491
dnl APR_HAS_DSO -------------------
496
dnl APR_HAS_DSO -------------------
492
497

Return to bug 520022