瀏覽代碼

configure.ac: detect g++ compiler

Nathalie Furmento 13 年之前
父節點
當前提交
4d6290f662
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -54,6 +54,7 @@ m4_ifdef([AM_SILENT_RULES],
 AC_PREREQ(2.60)
 
 AC_PROG_CC
+AC_PROG_CXX
 AC_PROG_CPP
 AC_PROG_SED
 AC_PROG_LN_S