svn rev #23034: trunk/src/
tlyu@MIT.EDU
tlyu at MIT.EDU
Sat Oct 24 21:10:33 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23034
Commit By: tlyu
Log Message:
Set up an INIT-CMD to set CRYPTO_IMPL in config.status so that
rebuilding Makefiles in lib/crypto works correctly.
Changed Files:
U trunk/src/configure.in
Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in 2009-10-25 00:55:59 UTC (rev 23033)
+++ trunk/src/configure.in 2009-10-25 01:10:33 UTC (rev 23034)
@@ -123,6 +123,7 @@
[CRYPTO_IMPL=$withval
AC_MSG_RESULT("k5crypto will use \'$withval\'")
], withval=builtin)
+AC_CONFIG_COMMANDS(CRYPTO_IMPL, , CRYPTO_IMPL=$CRYPTO_IMPL)
AC_SUBST(CRYPTO_IMPL)
# --with-kdc-kdb-update makes the KDC update the database with last request
More information about the cvs-krb5
mailing list