From 67ceb13b752db4779f82d694d958474d0fcddff7 Mon Sep 17 00:00:00 2001 From: "Jacques A. Vidrine" Date: Thu, 30 Aug 2001 14:43:10 +0000 Subject: [PATCH] Fix a typo that was introduced earlier. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10599 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/check-compile-et.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/check-compile-et.m4 b/cf/check-compile-et.m4 index 5caf2c4ff..a1737aa76 100644 --- a/cf/check-compile-et.m4 +++ b/cf/check-compile-et.m4 @@ -61,7 +61,7 @@ if test "${krb_cv_com_err}" = "yes"; then LIB_com_err_so="" AC_MSG_NOTICE(Using the already-installed com_err) else - COMPILE_ET="\$(top_builddir)/lib/com_err_compile_et" + COMPILE_ET="\$(top_builddir)/lib/com_err/compile_et" DIR_com_err="com_err" LIB_com_err="\$(top_builddir)/lib/com_err/libcom_err.la" LIB_com_err_a="\$(top_builddir)/lib/com_err/.libs/libcom_err.a"