Created
June 13, 2014 15:19
-
-
Save xplicit/f3d5d08b3eac836fae38 to your computer and use it in GitHub Desktop.
configure.ac diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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