]> git.saurik.com Git - cycript.git/blobdiff - configure
Fix compilation errors using gcc from Android NDK.
[cycript.git] / configure
index e7dd8f7e729ca33453806de94d7d0c22d1628a8c..0326e92060dff363c3ec0017cabf873f7cdd9d28 100755 (executable)
--- 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
 
 
 
+else
+
+        CY_OBJECTIVEC=0
+
+
 fi
 
     ac_ext=cpp