diff options
author | Martin Willi <martin@strongswan.org> | 2009-06-16 14:47:07 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-16 14:47:07 +0200 |
commit | 9c9a110130a47c8079dd2217411e8ae36e818711 (patch) | |
tree | 6360211f58e1e15f2f72b3e7f0c0ac50e47e1e58 /configure.in | |
parent | 62d6da67dd104b12e26b651acd59819f2c5306a1 (diff) | |
download | strongswan-9c9a110130a47c8079dd2217411e8ae36e818711.tar.bz2 strongswan-9c9a110130a47c8079dd2217411e8ae36e818711.tar.xz |
pluto does not depend on gmp anymore
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index db61ae46d..c06973374 100644 --- a/configure.in +++ b/configure.in @@ -776,10 +776,6 @@ dnl ========================= dnl dependency calculation dnl ========================= -if test x$pluto = xtrue; then - gmp=true; -fi - if test x$tools = xtrue; then gmp=true; fi |