From: Vincent Bernat Date: Wed, 2 May 2012 17:55:05 +0000 (+0200) Subject: configure: use AC_PROG_CXX macro X-Git-Tag: 0.6.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=223227c8f8d067ca17d3ba160782d7af5e9b8db0;p=thirdparty%2Flldpd.git configure: use AC_PROG_CXX macro --- diff --git a/configure.ac b/configure.ac index 71ef10db..650f5aa3 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@ LT_INIT # Checks for programs. AC_PROG_CC +AC_PROG_CXX AM_PROG_CC_C_O AC_PROG_LIBTOOL