diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-05 11:02:38 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-05 11:02:38 +0000 |
commit | 195307b5742e64774fa2d1062ea3e521bf7dcbfe (patch) | |
tree | 3559519fc809a8ecd47a32bcffeb79a3f7ecc83a /configure.in | |
parent | 09cbc4740a8566c8b8f4a35071cb9e23686278f3 (diff) | |
download | strongswan-195307b5742e64774fa2d1062ea3e521bf7dcbfe.tar.bz2 strongswan-195307b5742e64774fa2d1062ea3e521bf7dcbfe.tar.xz |
define path to xauth module
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index dbbc1e38e..aef6a486d 100644 --- a/configure.in +++ b/configure.in @@ -36,6 +36,12 @@ AC_ARG_WITH( ) AC_ARG_WITH( + [default-xauth], + AS_HELP_STRING([--with-xauth-module=lib],[set the path to the XAUTH module]), + [AC_DEFINE_UNQUOTED(XAUTH_DEFAULT_LIB, "$withval")], +) + +AC_ARG_WITH( [random-device], AS_HELP_STRING([--with-random-device=dev],[set the device for real random data other than /dev/random]), [AC_DEFINE_UNQUOTED(DEV_RANDOM, "$withval")], |