]> git.xonotic.org Git - xonotic/d0_blind_id.git/commitdiff
typo
authorRudolf Polzer <divverent@alientrap.org>
Thu, 2 Sep 2010 07:45:51 +0000 (09:45 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 2 Sep 2010 07:45:51 +0000 (09:45 +0200)
configure.ac

index dffd38a41099937a8d7258a567c66c393ec1d280..a449ae3e518bc76f2116f3f0ec457a0894c06010 100644 (file)
@@ -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])])])