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.ac.orig (-3 / +3 lines)
Lines 79-93 Link Here
79
79
80
if test x"$have_cryptopp" = x"yes"; then
80
if test x"$have_cryptopp" = x"yes"; then
81
    cryp_name="cryptopp";
81
    cryp_name="cryptopp";
82
    have_crypto = 1
82
    have_crypto=1
83
fi
83
fi
84
84
85
if test x"$have_cryptopp2" = x"yes"; then
85
if test x"$have_cryptopp2" = x"yes"; then
86
    cryp_name="crypto++"
86
    cryp_name="crypto++"
87
    have_crypto = 1
87
    have_crypto=1
88
fi
88
fi
89
89
90
if [have_crypto -eq 1]; then
90
if test x"$have_crypto" = x1; then
91
    echo "Cryp name: -$cryp_name-"
91
    echo "Cryp name: -$cryp_name-"
92
  AC_DEFINE_UNQUOTED(HAVE_CRYPTOPP, 1, [Define if you have the Crypto++ development headers and libraries.])
92
  AC_DEFINE_UNQUOTED(HAVE_CRYPTOPP, 1, [Define if you have the Crypto++ development headers and libraries.])
93
    if test -n "$cryptopp_prefix"; then
93
    if test -n "$cryptopp_prefix"; then

Return to bug 99105