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

typo in configure.ac: "==" operator in 'test' (instead of"'=")

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.7
    • Build Process
    • None
    • Patch Available

    Description

      While:

      ./configure --with-cpp

      command "test" returns false because of incorrect operator "==" and as result "cpp" library do not built.

      Patch:

      — configure.ac.orig 2011-03-20 21:26:41.000000000 +0000
      +++ configure.ac 2011-03-20 21:26:57.000000000 +0000
      @@ -85,7 +85,7 @@
      have_cpp=no
      if test "$with_cpp" = "yes"; then
      AX_BOOST_BASE([1.33.1])

      • if test "x$succeeded" == "xyes" ; then
        + if test "x$succeeded" = "xyes" ; then
        have_cpp="yes"
        fi

      Attachments

        Issue Links

          Activity

            People

              jfarrell Jake Farrell
              skv Sergey Skvortsov
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 20m
                  20m
                  Remaining:
                  Remaining Estimate - 20m
                  20m
                  Logged:
                  Time Spent - Not Specified
                  Not Specified