From 2df45a738eb4c7008d41d959596d866a4b3f63e2 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 4 Jan 2007 14:26:27 +0000 Subject: added enable-cisco-quirks configure option --- configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8cc897944..dbbc1e38e 100644 --- a/configure.in +++ b/configure.in @@ -73,6 +73,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).]), -- cgit v1.2.3