From 414a956a3291964479e487088ff769bb1f726585 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 27 Aug 2011 13:35:36 -0700 Subject: [PATCH] also override compile_et program with using --with-cross-tools --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index e09b2871a..61d356b68 100644 --- a/configure.ac +++ b/configure.ac @@ -88,6 +88,9 @@ else ASN1_COMPILE_DEP= SLC_DEP= + + ac_cv_prog_compile_et=${with_cross_tools}compile_et + fi AC_SUBST([ASN1_COMPILE]) -- 2.11.4.GIT