X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/591b913e87ed5a373f1b006035a5f02fd71c4c36..e2ce853b4a48f8278dc46e4143aa845b18948651:/configure diff --git a/configure b/configure index e7dd8f7..0326e92 100755 --- a/configure +++ b/configure @@ -11,7 +11,7 @@ # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # -# Copyright (C) 2009-2015 Jay Freeman (saurik) +# Copyright (C) 2009-2016 Jay Freeman (saurik) ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## @@ -1655,7 +1655,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -Copyright (C) 2009-2015 Jay Freeman (saurik) +Copyright (C) 2009-2016 Jay Freeman (saurik) _ACEOF exit fi @@ -22670,7 +22670,7 @@ return sqlite3_open_v2 (); return 0; } _ACEOF -for ac_lib in '' sqlite3; do +for ac_lib in '' sqlite3 sqlite; do if test -z "$ac_lib"; then ac_res="none required" else @@ -23150,7 +23150,7 @@ return JNI_GetCreatedJavaVMs (); return 0; } _ACEOF -for ac_lib in '' dvm; do +for ac_lib in '' art dvm; do if test -z "$ac_lib"; then ac_res="none required" else @@ -23791,6 +23791,7 @@ $as_echo "$ac_cv_framework_CoreFoundation" >&6; } done + CY_OBJECTIVEC=1 @@ -23911,6 +23912,7 @@ done if test "x$GNUSTEP_CONFIG" != x; then : + CY_OBJECTIVEC=1 for element in `$GNUSTEP_CONFIG --objc-flags`; do @@ -23970,6 +23972,11 @@ fi +else + + CY_OBJECTIVEC=0 + + fi ac_ext=cpp