]> git.saurik.com Git - cycript.git/commitdiff
Force lookup of C compiler as ConvertUTF uses it.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 8 Sep 2013 09:47:43 +0000 (02:47 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 8 Sep 2013 09:47:43 +0000 (02:47 -0700)
configure.ac

index ed3093087a554d718caa5532aaf8db8019b4f77c..094833ffc3a627d889185ea97f70f32b85be3121 100644 (file)
@@ -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