Skip to content

Commit

Permalink
fix tesseract-ocr#289 mingw64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Mar 23, 2016
1 parent a02ef80 commit bd424f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ OPENCL_LIBS="-lOpenCL"
#############################
AC_CANONICAL_HOST
case "${host_os}" in
mingw32*)
mingw*)
AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system])
AM_CONDITIONAL(T_WIN, true)
AM_CONDITIONAL(MINGW, true)
Expand Down

0 comments on commit bd424f6

Please sign in to comment.