Revert failed attempt to support MacPort's g++

The support will require more work, and postpone for now.
This commit is contained in:
Eric Platon 2018-04-24 08:36:21 +09:00
parent b6c6cd7aa6
commit 4ded0d066e

View File

@ -131,20 +131,6 @@ if $sse41; then
AM_CONDITIONAL([SSE41_OPT], true)
fi
# Add platform-specific flags for the supported compiler options.
if $avx -o $avx2 -o $sse41; then
case "${host_os}" in
*darwin* | *-macos10*)
if test g++ = "$CXX"; then
# When using AVX, AVX2, or SSE4.1 with g++:
# Must tell AS to use clang integrated assembler,
# instead of the GNU based system assembler.
CXXFLAGS="$CXXFLAGS -Wa,-q"
fi
;;
esac
fi
includedir="${includedir}/tesseract"
AC_ARG_WITH([extra-includes],