define path to xauth module
This commit is contained in:
@@ -35,6 +35,12 @@ AC_ARG_WITH(
|
|||||||
[AC_DEFINE_UNQUOTED(PKCS11_DEFAULT_LIB, "/usr/lib/opensc-pkcs11.so")]
|
[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(
|
AC_ARG_WITH(
|
||||||
[random-device],
|
[random-device],
|
||||||
AS_HELP_STRING([--with-random-device=dev],[set the device for real random data other than /dev/random]),
|
AS_HELP_STRING([--with-random-device=dev],[set the device for real random data other than /dev/random]),
|
||||||
|
|||||||
Reference in New Issue
Block a user