~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2012-10-22 00:48:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1087.
  • Revision ID: brian@tangent.org-20121022004810-3b1gl3g72gp5vyjn
Update libtest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
AX_PLATFORM
54
54
 
55
 
gl_VISIBILITY
56
 
AS_IF([ test -n "$CFLAG_VISIBILITY" ], [ CPPFLAGS="$CPPFLAGS $CFLAG_VISIBILITY" ])
57
55
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
58
56
 
59
57
AX_CXX_HEADER_STDCXX_98
291
289
echo "   * C++ Compiler:              $CXX_VERSION"
292
290
echo "   * C++ Flags:                 $CXXFLAGS"
293
291
echo "   * CPP Flags:                 $CPPFLAGS"
 
292
echo "   * LIB Flags:                 $LIB"
294
293
echo "   * Assertions enabled:        $ax_enable_assert"
295
294
echo "   * Debug enabled:             $ax_enable_debug"
296
295
echo "   * Warnings as failure:       $ac_cv_warnings_as_errors"