From c281a427e0881f8dc11167fd460b1f23b4c5fd6c Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 14 Jul 2010 17:34:48 +0200 Subject: [PATCH] Moved gmp plugin before users of it --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 6d8b64df37..40106eb9d9 100644 --- a/configure.in +++ b/configure.in @@ -767,16 +767,16 @@ if test x$hmac = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" hmac" pluto_plugins=${pluto_plugins}" hmac" fi +if test x$gmp = xtrue; then + libstrongswan_plugins=${libstrongswan_plugins}" gmp" + pluto_plugins=${pluto_plugins}" gmp" +fi if test x$agent = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" agent" fi if test x$pkcs11 = xtrue; then libstrongswan_plugins=${libstrongswan_plugins}" pkcs11" fi -if test x$gmp = xtrue; then - libstrongswan_plugins=${libstrongswan_plugins}" gmp" - pluto_plugins=${pluto_plugins}" gmp" -fi if test x$xauth = xtrue; then pluto_plugins=${pluto_plugins}" xauth" fi -- 2.47.2