diff options
author | Christian Beier <dontmind@freeshell.org> | 2016-11-24 20:17:46 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2016-11-24 20:17:46 +0100 |
commit | c1478fed64d7d4c951163d3248b354cbc5dc2a14 (patch) | |
tree | 1fa678d593625a716651a9b2aa4505e9b12a4163 | |
parent | 584b23fdbe12edd81119d57ddd378d10e52cc9e1 (diff) | |
download | libtdevnc-c1478fed64d7d4c951163d3248b354cbc5dc2a14.tar.gz libtdevnc-c1478fed64d7d4c951163d3248b354cbc5dc2a14.zip |
Revert "Hopefully fix building on OSX."
This reverts commit 584b23fdbe12edd81119d57ddd378d10e52cc9e1.
-rw-r--r-- | configure.ac | 6 |
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") |