aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-10-25 01:10:33 +0000
committerTom Yu <tlyu@mit.edu>2009-10-25 01:10:33 +0000
commitb82e46df9b6cbf663512985a99c6d79f2b0cb796 (patch)
tree528eba2765417996b22df51a2ce6e4b0b99aa31a /src
parent9bc63189843d44afa11e3879cb1b418e3469f8ff (diff)
downloadkrb5-b82e46df9b6cbf663512985a99c6d79f2b0cb796.zip
krb5-b82e46df9b6cbf663512985a99c6d79f2b0cb796.tar.gz
krb5-b82e46df9b6cbf663512985a99c6d79f2b0cb796.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index 84ffdff..7912156 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