X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=b09b8e446fbd52c55e6966c611b55ac1baa81f32;hb=ee0400df4eb13ea9b1ee3f03a50e479048f1780f;hp=3f1922d0bf66abdbcad03dfd9981ca5293a4b860;hpb=ab36d06f12b7243de419bb82b11a678bea30eef2;p=git.git diff --git a/configure.ac b/configure.ac index 3f1922d0b..b09b8e446 100644 --- a/configure.ac +++ b/configure.ac @@ -156,19 +156,11 @@ AC_MSG_NOTICE([CHECKS for site configuration]) # tests. These tests take up a significant amount of the total test time # but are not needed unless you plan to talk to SVN repos. # -# Define MOZILLA_SHA1 environment variable when running make to make use of -# a bundled SHA1 routine coming from Mozilla. It is GPL'd and should be fast -# on non-x86 architectures (e.g. PowerPC), while the OpenSSL version (default -# choice) has very fast version optimized for i586. -# # Define PPC_SHA1 environment variable when running make to make use of # a bundled SHA1 routine optimized for PowerPC. # -# Define ARM_SHA1 environment variable when running make to make use of -# a bundled SHA1 routine optimized for ARM. -# # Define NO_OPENSSL environment variable if you do not have OpenSSL. -# This also implies MOZILLA_SHA1. +# This also implies BLK_SHA1. # # Define OPENSSLDIR=/foo/bar if your openssl header and library files are in # /foo/bar/include and /foo/bar/lib directories.