mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
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:
parent
9f2730600d
commit
afc440d9b5
14
configure.ac
14
configure.ac
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user