projects
/
pam_pcsc_cr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e4f8f47
)
correct enable tomcrypt
author
Eugene Crosser
<crosser@average.org>
Tue, 29 Oct 2013 14:58:56 +0000
(18:58 +0400)
committer
Eugene Crosser
<crosser@average.org>
Tue, 29 Oct 2013 14:58:56 +0000
(18:58 +0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6974af93ad2cd01c4c444975b0b61a7b7e71dd41..02169b4c38b1dae24d6e3f085eca39a6c660fae7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-47,7
+47,7
@@
AS_IF([test "x$OPENSSL_CFLAGS" != "x" -o "x$OPENSSL_LIBS" != "x" ], [
CPPFLAGS="$OPENSSL_CFLAGS $CPPFLAGS"
LIBS="$OPENSSL_LIBS $LIBS"
-AC_ARG_ENABLE(
enable_
tomcrypt,
+AC_ARG_ENABLE(tomcrypt,
[ --enable-tomcrypt use libtomcrypt even when openssl present])
AS_IF([test "x$use_openssl" != "xyes" -o "x$enable_tomcrypt" = "xyes"], [