Changeset 1095e9 in git for configure.ac


Ignore:
Timestamp:
Jun 8, 2017, 3:04:31 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
32396b86ea4920ae0e2d77db0fda922beaf852694ef54ad1dbdf8430581e01572ac3dbf04c21b587
Parents:
28b2611726d42375448b045f3505a9bbc1e8b39c
Message:
build: GMP_CFLAGS -> GMP_CPPFLAGS, NTL_CFLAGS->NTL_CPPFLAGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r28b261 r1095e9  
    166166# AC_DEFINE_UNQUOTED([AC_CT_CC], "$ac_ct_CC",[ac_ct_CC])
    167167
    168 AC_DEFINE_UNQUOTED([NTL_CFLAGS],"$NTL_CFLAGS",[NTL_CFLAGS])
     168AC_DEFINE_UNQUOTED([NTL_CPPFLAGS],"$NTL_CPPFLAGS",[NTL_CPPFLAGS])
    169169AC_DEFINE_UNQUOTED([NTL_LIBS],"$NTL_LIBS",[NTL_LIBS])
    170170
    171 AC_DEFINE_UNQUOTED([GMP_CFLAGS],"$GMP_CFLAGS",[GMP_CFLAGS])
     171AC_DEFINE_UNQUOTED([GMP_CPPFLAGS],"$GMP_CPPFLAGS",[GMP_CPPFLAGS])
    172172AC_DEFINE_UNQUOTED([GMP_LIBS],"$GMP_LIBS",[GMP_LIBS])
    173173
Note: See TracChangeset for help on using the changeset viewer.