not supposed to do that in a conditional

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8559 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-05-23 22:55:40 +00:00
parent 38b306b6fe
commit eec3025e40
1 changed files with 1 additions and 3 deletions

View 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 =======================================================================