Explorar el Código

configure.ac: detect g++ compiler

Nathalie Furmento hace 14 años
padre
commit
4d6290f662
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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