~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2010-07-06 21:50:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1645.
  • Revision ID: mordred@inaugust.com-20100706215049-kadh9vld3dsx73og
Added a configure summary entry for pandora-build version.
Removed a few entries that just weren't so interesting anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
echo ""
144
144
echo "   * Installation prefix:       $prefix"
145
145
echo "   * System type:               $host_vendor-$host_os"
 
146
echo "   * pandora-build version:     PANDORA_CANONICAL_VERSION"
146
147
echo "   * Host CPU:                  $host_cpu"
147
148
echo "   * C Compiler:                $CC_VERSION"
148
149
echo "   * C++ Compiler:              $CXX_VERSION"
149
 
echo "   * Build auth_pam:            $ac_cv_libpam"
150
150
echo "   * Assertions enabled:        $ac_cv_assert"
151
151
echo "   * Debug enabled:             $with_debug"
152
152
echo "   * Profiling enabled:         $ac_profiling"
153
153
echo "   * Coverage enabled:          $ac_coverage"
154
154
echo "   * Warnings as failure:       $ac_cv_warnings_as_errors"
155
 
echo "   * C++ cstdint location:      $ac_cv_cxx_cstdint"
156
 
echo "   * C++ shared_ptr namespace:  $ac_cv_shared_ptr_namespace"
157
155
echo ""
158
156
echo "---"
159
157