OSDN Git Service

* configure.ac: should specify the 4th argument for cross compiling.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 7 Jul 2002 06:57:24 +0000 (06:57 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 7 Jul 2002 06:57:24 +0000 (06:57 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@310 6a8cc165-1e22-0410-a132-eb4e3f353aba

configure.ac

index cefd636..c423f07 100644 (file)
@@ -86,7 +86,9 @@ main()
   if (strchr(s, '\xff') != s) return 1;
   return 0; /* ok */
 }
-], lha_cv_strchr_8bit_clean=yes,lha_cv_strchr_8bit_clean=no))
+], lha_cv_strchr_8bit_clean=yes,
+   lha_cv_strchr_8bit_clean=no,
+   lha_cv_strchr_8bit_clean=no))
 
 if test x$lha_cv_strchr_8bit_clean = xyes; then
   AC_DEFINE(STRCHR_8BIT_CLEAN, 1,