From: Jay Freeman (saurik) Date: Thu, 20 Jun 2013 14:23:42 +0000 (-0700) Subject: Remove --with-frameworks (it didn't work anyway). X-Git-Tag: v0.9.500%b1~70 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/6dc7eb4f27d6bc2d188d7c6a27695a493244a33a Remove --with-frameworks (it didn't work anyway). --- diff --git a/configure.ac b/configure.ac index bdca840..82821d5 100644 --- a/configure.ac +++ b/configure.ac @@ -159,15 +159,6 @@ AC_DEFUN([CY_LT_LIB], [ AC_SUBST(]$1[) ]) -dnl --with-frameworks {{{ -AC_ARG_WITH([frameworks], [AS_HELP_STRING( - [--with-frameworks=DIRS], - [add to DIRS (space separated) to the Darwin include path for frameworks with -F] -)], [ - for cy_framework in $withval; do - CY_COMPILE_FLAG([-F$cy_framework]) - done -]) dnl }}} dnl --enable-javascript {{{ AC_DEFUN([CY_CHECK_JAVASCRIPTCORE], [ AC_CHECK_FRAMEWORK([JavaScriptCore], [