From eec3025e405932ad6f4e61a5c72ce4866a0ca7f9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 23 May 2008 22:55:40 +0000 Subject: [PATCH] not supposed to do that in a conditional git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8559 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/xmlrpc-c/configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 =======================================================================