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

index a449ae3e518bc76f2116f3f0ec457a0894c06010..3430f5f4d7e3eed3ceb14597f3ae3a7b2596b180 100644 (file)
@@ -8,10 +8,10 @@ AC_ARG_WITH(openssl, AS_HELP_STRING([--with-openssl], [Use OpenSSL instead of GM
 AM_CONDITIONAL(WITH_OPENSSL, [test x"$with_openssl" != xno])
 
 AS_IF([test x"$with_openssl" != xno],
-       [AC_SEARCH_LIBS(BN_init, ssl, , [
+       [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)])],
+                       [AC_MSG_ERROR([OpenSSL not found, see http://www.openssl.org/, or try --without-openssl])])],
+               -lcrypto)],
        [AC_SEARCH_LIBS(__gmpz_init, gmp, ,
                [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/, or try --with-openssl])])])