X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=configure.in;h=dbbc1e38e036386b0257081cf87ff4a0381726ae;hp=8cc897944ddf5a3f0b1a7162c133590c7da57afb;hb=2df45a738eb4c7008d41d959596d866a4b3f63e2;hpb=fc9f75ed0f0b86d845ae41967ffa4beb0f1115f9;ds=sidebyside diff --git a/configure.in b/configure.in index 8cc8979..dbbc1e3 100644 --- a/configure.in +++ b/configure.in @@ -74,6 +74,14 @@ AC_ARG_ENABLE( AM_CONDITIONAL(USE_SMARTCARD, test x$smartcard = xtrue) AC_ARG_ENABLE( + [cisco_quirks], + AS_HELP_STRING([--enable-cisco-quirks],[enable support of Cisco VPN client (default is NO).]), + cisco_quirks=true + AC_DEFINE(CISCO_QUIRKS) +) +AM_CONDITIONAL(USE_CISCO_QUIRKS, test x$cisco_quirks = xtrue) + +AC_ARG_ENABLE( [leak-detective], AS_HELP_STRING([--enable-leak-detective],[enable malloc hooks to find memory leaks (default is NO).]), leak_detective=true