~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-12-02 20:44:18 UTC
  • mto: This revision was merged to the branch mainline in revision 639.
  • Revision ID: mordred@solanthus.local-20081202204418-0fc9p9znor5zg5xg
Cleaned up compiler version checking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1543
1543
echo "   * System type:               $SYSTEM_TYPE"
1544
1544
echo "   * Host CPU:                  $host_cpu"
1545
1545
echo "   * C Compiler:                $CC_VERSION"
1546
 
echo "   * C++ Compiler:              $CXX"
 
1546
echo "   * C++ Compiler:              $CXX_VERSION"
1547
1547
echo "   * Build auth_pam:            $ac_cv_header_security_pam_appl_h"
1548
1548
echo "   * Assertions enabled:        $ac_cv_assert"
1549
1549
echo "   * Debug enabled:             $with_debug"