~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/cxx_cmath.m4

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
   fi
31
31
   AC_DEFINE_UNQUOTED(CMATH_H,$ac_cv_cxx_cmath,
32
32
                      [the location of <cmath>])
33
 
   AC_DEFINE_UNQUOTED(CMATH_NAMESPACE,$ac_cv_cxx_cmath_namespace,
34
 
                      [the namespace of C99 math extensions])
 
33
   if test "x$ac_cv_cxx_cmath_namespace" != "x"
 
34
   then
 
35
     AC_DEFINE_UNQUOTED(CMATH_NAMESPACE,$ac_cv_cxx_cmath_namespace,
 
36
                        [the namespace of C99 math extensions])
 
37
   fi
35
38
])