]> git.saurik.com Git - cycript.git/commitdiff
Remove --with-frameworks (it didn't work anyway).
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 20 Jun 2013 14:23:42 +0000 (07:23 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 20 Jun 2013 14:23:42 +0000 (07:23 -0700)
configure.ac

index bdca840d809576412d1edf0424505c34719bf02b..82821d5e6304349710bca0e716849209b97e3d0e 100644 (file)
@@ -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], [