~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2008-12-02 20:27:31 UTC
  • mfrom: (632.1.22 devel)
  • Revision ID: brian@tangent.org-20081202202731-s9uuax1028iidh6r
Merge from Monty (Sun Studio)

Show diffs side-by-side

added added

removed removed

Lines of Context:
602
602
#--------------------------------------------------------------------
603
603
 
604
604
 
605
 
SEARCH_FOR_LIB(ncurses, tgetent, ncurses/ncurses.h, AC_MSG_ERROR(Couldn't find ncurses)) 
 
605
SEARCH_FOR_LIB(ncurses, tgetent, ncurses/ncurses.h, [
 
606
        SEARCH_FOR_LIB(tinfo, tgetent, ncurses/ncurses.h,
 
607
                AC_MSG_ERROR([Couldn't find ncurses])
 
608
        )
 
609
        ]
 
610
)
606
611
 
607
612
#--------------------------------------------------------------------
608
613
# Check for libreadline or compatible (libedit on Mac OS X)
1538
1543
echo "   * System type:               $SYSTEM_TYPE"
1539
1544
echo "   * Host CPU:                  $host_cpu"
1540
1545
echo "   * C Compiler:                $CC_VERSION"
1541
 
echo "   * C++ Compiler:              $CXX"
 
1546
echo "   * C++ Compiler:              $CXX_VERSION"
1542
1547
echo "   * Build auth_pam:            $ac_cv_header_security_pam_appl_h"
1543
1548
echo "   * Assertions enabled:        $ac_cv_assert"
1544
1549
echo "   * Debug enabled:             $with_debug"