diff options
author | Julien Cristau <jcristau@debian.org> | 2009-10-14 23:30:55 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-10-15 01:17:56 +0200 |
commit | d2a6a395435919aff8943285f9cbfe6569a9728f (patch) | |
tree | c2b83af50946ca5db3cd9bfefbe425e9131b3b25 /include/dix-config.h.in | |
parent | 55516094947dd78ad2734bb784a2fb109b64c990 (diff) |
configure: add --with-sha1={libmd,libcrypto} option
Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 798d9e73c..a19c3c7b8 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -160,7 +160,7 @@ /* Define to 1 if you have the <rpcsvc/dbm.h> header file. */ #undef HAVE_RPCSVC_DBM_H -/* Define to use libmd SHA1 functions instead of OpenSSL libcrypto */ +/* Define to use libmd SHA1 functions */ #undef HAVE_SHA1_IN_LIBMD /* Define to 1 if you have the `shmctl64' function. */ |