~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/cxx_cstdint.m4

  • Committer: Brian Aker
  • Date: 2008-12-06 22:41:58 UTC
  • Revision ID: brian@tangent.org-20081206224158-oj4j95n7w0mtxxd1
Completing up replication API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
   if test -n "$ac_cv_cxx_cstdint"; then
20
20
      AC_MSG_RESULT([$ac_cv_cxx_cstdint])
21
21
   else
22
 
      CXXFLAGS="${CXXFLAGS}  -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS"
 
22
      AC_DEFINE([__STDC_CONSTANT_MACROS],[1],[Use STDC Constant Macros in C++])
 
23
      AC_DEFINE([__STDC_FORMAT_MACROS],[1],[Use STDC Format Macros in C++])
23
24
      ac_cv_cxx_cstdint="<stdint.h>"
24
25
      AC_MSG_RESULT()
25
26
      AC_MSG_WARN([Could not find a cstdint header.])