]> sourceware.org Git - libabigail.git/commit
Nested automake conditionals don't work
authorDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 09:23:41 +0000 (10:23 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 09:23:41 +0000 (10:23 +0100)
commit1b4e3844e959c8261ba5cab9a0c5c34bcb812344
tree1fff1392128a4d604b96a52471a94f514b6474f0
parent8a886caad9cfec4ed34d4a666023d3e27b3a75cb
Nested automake conditionals don't work

* configure.ac (ENABLE_ZIP_ARCHIVE_AND_CXX11): Define this
automake condition variable that is true if both the zip archive
and c++11 features are enabled.  This is important to know if the
test runtestdot is going to be compiled.  That test needs both
c++11 and the zip archive features.
* tests/Makefile.am: Do not nest automake conditional statements.
It does not work.  Rather, use the new
ENABLE_ZIP_ARCHIVE_AND_CXX11 condition variable.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac
tests/Makefile.am
This page took 0.030018 seconds and 5 git commands to generate.