]> sourceware.org Git - libabigail.git/commit
Fix conditional build wrt zip archives and cx11
authorJan Engelhardt <jengelh@inai.de>
Wed, 10 Dec 2014 10:11:10 +0000 (11:11 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 10 Dec 2014 13:35:55 +0000 (14:35 +0100)
commit112432bbd229f8b5a8a25e16d483860d48be3391
tree3e6d8c3facb67b47f80b0710145b156811fc232a
parent1b75fd3eacd4fb4c43ed3648b3c0db607aa97ab0
Fix conditional build wrt zip archives and cx11

Revert 1b4e3844e959c8261ba5cab9a0c5c34bcb812344. Automake does support
nested conditionals just fine.  One just has to use the += operator.

This also fixes the problem:

./configure: line 15878: ENABLE_ZIP_ARCHIVE_AND_CXX11:
command not found

caused by bad syntax:

ENABLE_ZIP_ARCHIVE_AND_CXX11 = yes

(Variable assignments must not use spaces around '=').

* configure.ac: remove (broken) assignment to the
ENABLE_ZIP_ARCHIVE_AND_CXX11 variable
* Makefile.am: replace variable assignments to
ZIP_ARCHIVE_TESTS_FIRST_PART, ZIP_ARCHIVE_TESTS_SECOND_PART
by ZIP_ARCHIVE_TESTS using the "+=" automake operator.
Likewise for CXX11_TESTS.

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