]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
not supposed to do that in a conditional
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 23 May 2008 22:55:40 +0000 (22:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 23 May 2008 22:55:40 +0000 (22:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8559 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/xmlrpc-c/configure.in

index 7ebb50ae8707eb7b0921124642943b487c071c1e..231a1d3bbdedf1bc47ed0f460e6135b4d4b00394 100644 (file)
@@ -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 =======================================================================