diff options
author | Christian Pointner <equinox@anytun.org> | 2014-06-22 21:26:20 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2014-06-22 21:26:20 +0000 |
commit | 79d2ca974fe095ded71de6384237f1799ab422d8 (patch) | |
tree | 889d1b0f8dca3d51374e6df576983f80a7ae8009 /src/configure | |
parent | added feature branch for nettle support (diff) |
improved selection of crypto lib
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure b/src/configure index c01da8f..27c4890 100755 --- a/src/configure +++ b/src/configure @@ -218,6 +218,7 @@ fi case $CRYPTO_LIB in gcrypt) + CXXFLAGS=$CXXFLAGS' -DUSE_GCRYPT' LDFLAGS=$LDFLAGS' -lgcrypt -lgpg-error' if [ -n "$GCRYPT_PREFIX" ]; then CXXFLAGS="$CXXFLAGS -I\"$GCRYPT_PREFIX/include\"" |