forked from pool/nemo-extensions
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=27
This commit is contained in:
parent
8c35511a77
commit
fd06a90ed6
@ -4,7 +4,7 @@
|
|||||||
AC_MSG_RESULT(["${enable_polarssl}"])
|
AC_MSG_RESULT(["${enable_polarssl}"])
|
||||||
AM_CONDITIONAL([ENABLE_POLARSSL], [test "${enable_polarssl}" = "yes"])
|
AM_CONDITIONAL([ENABLE_POLARSSL], [test "${enable_polarssl}" = "yes"])
|
||||||
AC_DEFINE([ENABLE_POLARSSL], [0], [Use PolarSSL])
|
AC_DEFINE([ENABLE_POLARSSL], [0], [Use PolarSSL])
|
||||||
+AC_DEFINE([HAVE_MBEDTLS_2_0_0], [1], [Have mbed TLS 2.x+])
|
+AC_DEFINE([HAVE_MBEDTLS_2_0_0], [0], [Have mbed TLS 2.x+])
|
||||||
|
|
||||||
if test "${enable_polarssl}" = "yes" ; then
|
if test "${enable_polarssl}" = "yes" ; then
|
||||||
- AC_CHECK_HEADER([polarssl/md.h], [:], [AC_MSG_ERROR([polarssl headers not found])])
|
- AC_CHECK_HEADER([polarssl/md.h], [:], [AC_MSG_ERROR([polarssl headers not found])])
|
||||||
|
Loading…
Reference in New Issue
Block a user