fix issue 1069: improve identification of OS X 10.9.1

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1008 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
zdenop@gmail.com 2014-01-23 07:40:27 +00:00
parent 9f2730600d
commit afc440d9b5

View File

@ -82,13 +82,13 @@ case "${host_os}" in
AC_SUBST([AM_LDFLAGS], ['-Wl,-no-undefined -Wl,--as-needed'])
;;
solaris*)
LIBS="-lsocket -lnsl -lrt -lxnet"
AM_CONDITIONAL(ADD_RT, true)
;;
*-*-darwin*)
OPENCL_LIBS="-framework OpenCL"
OPENCL_INC=""
AM_CONDITIONAL(ADD_RT, false)
LIBS="-lsocket -lnsl -lrt -lxnet"
AM_CONDITIONAL(ADD_RT, true)
;;
*darwin*)
OPENCL_LIBS="-framework OpenCL"
OPENCL_INC=""
AM_CONDITIONAL(ADD_RT, false)
;;
powerpc-*-darwin*)
OPENCL_LIBS=""