]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
define path to xauth module
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 5 Jan 2007 11:02:38 +0000 (11:02 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 5 Jan 2007 11:02:38 +0000 (11:02 -0000)
configure.in

index dbbc1e38e036386b0257081cf87ff4a0381726ae..aef6a486dd86a0af7a31ab8f37b7bca09b834493 100644 (file)
@@ -35,6 +35,12 @@ AC_ARG_WITH(
     [AC_DEFINE_UNQUOTED(PKCS11_DEFAULT_LIB, "/usr/lib/opensc-pkcs11.so")]
 )
 
+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]),