Skip to content

Instantly share code, notes, and snippets.

@xplicit
Created June 13, 2014 15:19
Show Gist options
  • Select an option

  • Save xplicit/f3d5d08b3eac836fae38 to your computer and use it in GitHub Desktop.

Select an option

Save xplicit/f3d5d08b3eac836fae38 to your computer and use it in GitHub Desktop.
configure.ac diff
diff --git a/configure.ac b/configure.ac
index 6d06c92..42648e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -368,7 +368,8 @@ AM_CONDITIONAL(PLATFORM_ANDROID, test x$platform_android = xyes)
AC_CHECK_TOOL(CC, gcc, gcc)
AC_PROG_CC
-AC_CHECK_TOOL(CXX, g++, g++)
+#AC_CHECK_TOOL(CXX, g++, g++)
+AC_CHECK_TOOL(CXX, gcc-c++, gcc-c++)
AC_PROG_CXX
AM_PROG_AS
AC_PROG_INSTALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment