本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
build: configure errors out if the C++ compiler cannot link executables.
legacy
Sam Hocevar
sam
12 年之前
父節點
f7dbc33524
當前提交
b114090d97
共有
1 個檔案被更改
,包括
9 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
configure.ac
+ 9
- 0
configure.ac
查看文件
@@ -22,6 +22,15 @@ AC_PROG_CXX
AC_PROG_CXXCPP
AC_PROG_RANLIB
dnl Check that the C++ compiler really works
AC_LANG_PUSH(C++)
AC_MSG_CHECKING(for a fully working C++ compiler)
AC_TRY_LINK([], [],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
AC_MSG_ERROR([[C++ compiler cannot link executables]])])
AC_LANG_POP(C++)
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AC_LIBTOOL_CXX
Write
Preview
Loading…
取消
儲存