Revert "Hopefully fix building on OSX."

This reverts commit 584b23fdbe.
pull/1/head
Christian Beier 8 years ago
parent 584b23fdbe
commit c1478fed64
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -549,12 +549,6 @@ AM_CONDITIONAL(LINUX, test -d /usr/include/linux)
# Check for OS X specific header
AC_CHECK_HEADER(ApplicationServices/ApplicationServices.h, HAVE_OSX="true")
AM_CONDITIONAL(OSX, test "$HAVE_OSX" = "true")
if test "$HAVE_OSX" = "true"; then
# this is for finding OpenSSL
EXTRA_CFLAGS="-I/opt/local/include"
EXTRA_LDFLAGS="-L/opt/local/lib"
fi
# Check for Android specific header
AC_CHECK_HEADER(android/api-level.h, HAVE_ANDROID="true")

Loading…
Cancel
Save