From b82e46df9b6cbf663512985a99c6d79f2b0cb796 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sun, 25 Oct 2009 01:10:33 +0000 Subject: [PATCH] Set up an INIT-CMD to set CRYPTO_IMPL in config.status so that rebuilding Makefiles in lib/crypto works correctly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23034 dc483132-0cff-0310-8789-dd5450dbe970 --- src/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configure.in b/src/configure.in index 84ffdff63..791215668 100644 --- a/src/configure.in +++ b/src/configure.in @@ -123,6 +123,7 @@ AC_HELP_STRING([--with-crypto-impl=IMPL], [use specified crypto implementation @ [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 -- 2.26.2