From: Jay Freeman (saurik) Date: Sun, 8 Sep 2013 09:47:43 +0000 (-0700) Subject: Force lookup of C compiler as ConvertUTF uses it. X-Git-Tag: v0.9.500%b1~22 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/7caa62e6e808a2f65900e176e37222427c8e9542?ds=inline Force lookup of C compiler as ConvertUTF uses it. --- diff --git a/configure.ac b/configure.ac index ed30930..094833f 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,7 @@ am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_OBJCXX_dependencies_compiler_type=none +AC_PROG_CC AC_PROG_CXX AC_PROG_OBJCXX