Changeset 14256
- Timestamp:
- Apr 15, 2014, 9:23:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r14250 r14256 70 70 AC_PROG_CC 71 71 AC_PROG_CXX 72 if test "x$CXX" != "x"; then # CXX is set...73 if test -f "$CXX"; then # maybe it's an absolute path passed in env variables...74 AC_MSG_CHECKING([for $CXX])75 HAVE_CXX="yes"76 AC_MSG_RESULT([$HAVE_CXX])77 else78 AC_CHECK_PROG([HAVE_CXX],[$CXX],[yes],[no])79 fi80 fi81 72 AC_C_INLINE 82 73 if test "x$GCC" = "xyes" ; then … … 217 208 AC_MSG_CHECKING([µTP]) 218 209 build_utp="no" 219 if test "x$ HAVE_CXX" = "xyes" ; then210 if test "x$CXX" != "x" ; then 220 211 have_utp="yes" 221 212 else
Note: See TracChangeset
for help on using the changeset viewer.