~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Joe Daly
  • Date: 2010-03-08 04:23:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1380.
  • Revision ID: skinny.moey@gmail.com-20100308042354-7k0jibdqaxkhac7o
scoreboardĀ implementationĀ forĀ statistics

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
echo "   * Coverage enabled:          $ac_coverage"
154
154
echo "   * Warnings as failure:       $ac_cv_warnings_as_errors"
155
155
echo "   * C++ cstdint location:      $ac_cv_cxx_cstdint"
 
156
echo "   * C++ hash_map location:     $ac_cv_cxx_hash_map"
 
157
echo "   * C++ hash namespace:        $ac_cv_cxx_hash_namespace"
156
158
echo "   * C++ shared_ptr namespace:  $ac_cv_shared_ptr_namespace"
157
159
echo ""
158
160
echo "---"