From 2a899c4e6cb0084a186147934e65583222f78f62 Mon Sep 17 00:00:00 2001 From: arai Date: Wed, 31 Jan 2001 16:24:40 +0000 Subject: [PATCH] mistakes for default archive method. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@36 6a8cc165-1e22-0410-a132-eb4e3f353aba --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 380dea7..a2d3332 100644 --- a/configure.in +++ b/configure.in @@ -93,8 +93,8 @@ AC_ARG_WITH(default_method, esac], with_default_method=5) -AC_MSG_RESULT(lh$with_default_method) -AC_DEFINE_UNQUOTED(DEFAULT_LZHUFF_METHOD, LZHUFF${with_default_method}_METHOD, [Define it to 5, 6 or 7 which you want to use -lhX- method, default]) +AC_MSG_RESULT(-lh$with_default_method-) +AC_DEFINE_UNQUOTED(DEFAULT_LZHUFF_METHOD, LZHUFF${with_default_method}_METHOD_NUM, [Define it to 5, 6 or 7 which you want to use -lhX- method, default]) dnl decide path names AC_MSG_CHECKING(template of the temporary file is ) -- 2.11.0