[Xquartz-changes] xserver: Branch 'master'

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Nov 5 18:57:36 PST 2009


Rebased ref, commits from common ancestor:
commit 15ffe9f51b122494a2b292b3ab1f199d3e81600c
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Thu Nov 5 18:28:28 2009 -0800

    configure.ac: Notify user about which SHA1 implementation is being used
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at freedesktop.org>

diff --git a/configure.ac b/configure.ac
index f8dc55b..fd2118a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1364,9 +1364,11 @@ if test "x$with_sha1" = xlibcrypto; then
 		SHA1_CFLAGS="$OPENSSL_CFLAGS"
 	fi
 fi
+AC_MSG_CHECKING([for SHA1 implementation])
 if test "x$with_sha1" = x; then
 	AC_MSG_ERROR([No suitable SHA1 implementation found])
 fi
+AC_MSG_RESULT([$with_sha1])
 AC_SUBST(SHA1_LIBS)
 AC_SUBST(SHA1_CFLAGS)
 


More information about the Xquartz-changes mailing list