From: Tom Yu Date: Sun, 25 Oct 2009 01:10:33 +0000 (+0000) Subject: Set up an INIT-CMD to set CRYPTO_IMPL in config.status so that X-Git-Tag: krb5-1.8-alpha1~270 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b82e46df9b6cbf663512985a99c6d79f2b0cb796;p=krb5.git 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 --- 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