summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")