summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2016-11-24 20:17:46 +0100
committerChristian Beier <dontmind@freeshell.org>2016-11-24 20:17:46 +0100
commitc1478fed64d7d4c951163d3248b354cbc5dc2a14 (patch)
tree1fa678d593625a716651a9b2aa4505e9b12a4163
parent584b23fdbe12edd81119d57ddd378d10e52cc9e1 (diff)
downloadlibtdevnc-c1478fed.tar.gz
libtdevnc-c1478fed.zip
Revert "Hopefully fix building on OSX."
This reverts commit 584b23fdbe12edd81119d57ddd378d10e52cc9e1.
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index f810ac5..0b58743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")