From: Anthony Minessale Date: Fri, 23 May 2008 22:55:40 +0000 (+0000) Subject: not supposed to do that in a conditional X-Git-Tag: v1.0.0~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eec3025e405932ad6f4e61a5c72ce4866a0ca7f9;p=thirdparty%2Ffreeswitch.git not supposed to do that in a conditional git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8559 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/xmlrpc-c/configure.in b/libs/xmlrpc-c/configure.in index 7ebb50ae87..231a1d3bbd 100644 --- a/libs/xmlrpc-c/configure.in +++ b/libs/xmlrpc-c/configure.in @@ -198,9 +198,7 @@ dnl Checks for programs. dnl ======================================================================= AC_PROG_CC -if test x"$enable_cplusplus" != xno; then - AC_PROG_CXX -fi +AC_PROG_CXX dnl =======================================================================