OSDN Git Service

* configure.ac: fixed typo.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 30 Jun 2002 07:18:20 +0000 (07:18 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 30 Jun 2002 07:18:20 +0000 (07:18 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@277 6a8cc165-1e22-0410-a132-eb4e3f353aba

configure.ac

index cf0a3ee..4ba4fff 100644 (file)
@@ -135,7 +135,7 @@ auto|yes)
 #if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__hpux)
 SJIS
 #endif], enable_multibyte_filename=CODE_SJIS,
-  AC_EGREP_CPP(SJIS,[
+  AC_EGREP_CPP(UTF8,[
 #if defined(__APPLE__) /* for Mac OS X */
 UTF8
 #endif], enable_multibyte_filename=CODE_UTF8,