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

Collapse All | Expand All

(-)configure.orig (-3 / +3 lines)
Lines 11513-11527 Link Here
11513
11513
11514
if test x"$have_cryptopp" = x"yes"; then
11514
if test x"$have_cryptopp" = x"yes"; then
11515
    cryp_name="cryptopp";
11515
    cryp_name="cryptopp";
11516
    have_crypto = 1
11516
    have_crypto=1
11517
fi
11517
fi
11518
11518
11519
if test x"$have_cryptopp2" = x"yes"; then
11519
if test x"$have_cryptopp2" = x"yes"; then
11520
    cryp_name="crypto++"
11520
    cryp_name="crypto++"
11521
    have_crypto = 1
11521
    have_crypto=1
11522
fi
11522
fi
11523
11523
11524
if have_crypto -eq 1; then
11524
if test x"$have_crypto" = x"1"; then
11525
    echo "Cryp name: -$cryp_name-"
11525
    echo "Cryp name: -$cryp_name-"
11526
11526
11527
cat >>confdefs.h <<_ACEOF
11527
cat >>confdefs.h <<_ACEOF

Return to bug 99105