Browse Source

configure.ac: detect g++ compiler

Nathalie Furmento 13 years ago
parent
commit
4d6290f662
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

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