Changeset 1d3be3 in git for libpolys/misc


Ignore:
Timestamp:
Nov 22, 2011, 7:48:56 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
bd948cbaacc9667794c8657da135a320fe94c131
Parents:
097c71a9e55bb76830c9f5b243182439619170a6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 19:48:56+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
Message:
ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/Makefile.am

    r097c71 r1d3be3  
    1111# -fdiagnostics-show-option
    1212
    13 libmisc_la_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG
    14 #libmisc_g_la_CPPFLAGS =
     13libmisc_la_CPPFLAGS   = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
     14libmisc_g_la_CPPFLAGS = -DHAVE_CONFIG_H
    1515
    1616INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
Note: See TracChangeset for help on using the changeset viewer.