Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-1161

C++ library does not get built on FreeBSD

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.6, 0.6.1
    • None
    • Build Process
    • None
    • FreeBSD 8.1

    Description

      When running ./configure, Thrift is not configured for building the C++ library, even if --with-cpp is explicitly added to the command line. This is caused by the == operator which is used on line 19883 of configure for thrift 0.6.1

      19883 if test "x$succeeded" == "xyes" ; then
      19884 have_cpp="yes"
      19885 fi

      The problem is resolved by replacing '==' with '='

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              toomasaas Toomas Aas
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: