|
Lines 61-79
AM_CONDITIONAL([HAVE_VND], [test "x$ac_cv_header_dev_vndvar_h" = "xyes"])
Link Here
|
| 61 |
PKG_CHECK_MODULES([libHX], [libHX >= 3.6]) |
61 |
PKG_CHECK_MODULES([libHX], [libHX >= 3.6]) |
| 62 |
PKG_CHECK_MODULES([libxml], [libxml-2.0 >= 2.6]) |
62 |
PKG_CHECK_MODULES([libxml], [libxml-2.0 >= 2.6]) |
| 63 |
|
63 |
|
| 64 |
with_crypto="yes"; |
|
|
| 65 |
AC_ARG_WITH( |
64 |
AC_ARG_WITH( |
| 66 |
[crypto], |
65 |
[crypto], |
| 67 |
AS_HELP_STRING([--without-crypto], [Disable use of OpenSSL cryptography]), |
66 |
AS_HELP_STRING([--without-crypto], [Disable use of OpenSSL cryptography]), |
| 68 |
[], |
67 |
[with_crypto="$withval"] |
| 69 |
[with_crypto="no"] |
|
|
| 70 |
) |
68 |
) |
| 71 |
|
69 |
|
| 72 |
with_cryptsetup="yes"; |
|
|
| 73 |
AC_ARG_WITH([cryptsetup], |
70 |
AC_ARG_WITH([cryptsetup], |
| 74 |
AS_HELP_STRING([--without-cryptsetup], [Disable use of libcryptsetup]), |
71 |
AS_HELP_STRING([--without-cryptsetup], [Disable use of libcryptsetup]), |
| 75 |
[], |
72 |
[with_crypto="$withval"] |
| 76 |
[with_cryptsetup="no"] |
|
|
| 77 |
) |
73 |
) |
| 78 |
|
74 |
|
| 79 |
if test "x$with_crypto" = "xyes"; then |
75 |
if test "x$with_crypto" = "xyes"; then |