diff options
Diffstat (limited to 'net-p2p/xmule/files/patch-configure')
-rw-r--r-- | net-p2p/xmule/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-p2p/xmule/files/patch-configure b/net-p2p/xmule/files/patch-configure new file mode 100644 index 000000000000..1f41d2c4af25 --- /dev/null +++ b/net-p2p/xmule/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Thu Oct 27 17:47:55 2005 ++++ configure Fri Nov 18 04:36:06 2005 +@@ -9070,15 +9070,15 @@ + + if test x"$have_cryptopp" = x"yes"; then + cryp_name="cryptopp"; +- have_crypto = 1 ++ have_crypto=1 + fi + + if test x"$have_cryptopp2" = x"yes"; then + cryp_name="crypto++" +- have_crypto = 1 ++ have_crypto=1 + fi + +-if have_crypto -eq 1; then ++if [ ${have_crypto} -eq 1 ]; then + echo "Cryp name: -$cryp_name-" + + cat >>confdefs.h <<_ACEOF |