Changeset 14256


Ignore:
Timestamp:
Apr 15, 2014, 9:23:32 PM (9 years ago)
Author:
jordan
Message:

(trunk) #5612 'transmission incorrectly determines CXX when ccache is used' -- fixed with patch from patrickdepinguin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r14250 r14256  
    7070AC_PROG_CC
    7171AC_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   else
    78     AC_CHECK_PROG([HAVE_CXX],[$CXX],[yes],[no])
    79   fi
    80 fi
    8172AC_C_INLINE
    8273if test "x$GCC" = "xyes" ; then
     
    217208AC_MSG_CHECKING([µTP])
    218209build_utp="no"
    219 if test "x$HAVE_CXX" = "xyes" ; then
     210if test "x$CXX" != "x" ; then
    220211    have_utp="yes"
    221212else
Note: See TracChangeset for help on using the changeset viewer.