projects
/
xonotic
/
d0_blind_id.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de20ec
)
typo
author
Rudolf Polzer <divverent@alientrap.org>
Thu, 2 Sep 2010 07:45:51 +0000
(09:45 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Thu, 2 Sep 2010 07:45:51 +0000
(09:45 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index dffd38a41099937a8d7258a567c66c393ec1d280..a449ae3e518bc76f2116f3f0ec457a0894c06010 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-11,7
+11,7
@@
AS_IF([test x"$with_openssl" != xno],
[AC_SEARCH_LIBS(BN_init, ssl, , [
[AC_SEARCH_LIBS(BN_init, ssl, ,
AC_MSG_ERROR([OpenSSL not found, see http://www.openssl.org/, or try --without-openssl])],
- -lcrypto)])]
+ -lcrypto)])]
,
[AC_SEARCH_LIBS(__gmpz_init, gmp, ,
[AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/, or try --with-openssl])])])