Set up an INIT-CMD to set CRYPTO_IMPL in config.status so that
authorTom Yu <tlyu@mit.edu>
Sun, 25 Oct 2009 01:10:33 +0000 (01:10 +0000)
committerTom Yu <tlyu@mit.edu>
Sun, 25 Oct 2009 01:10:33 +0000 (01:10 +0000)
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

index 84ffdff63f0a93aa6d3335840fbd3348d007d0b0..791215668e55d0945afc1aeea64cffe2f1263765 100644 (file)
@@ -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