From 2e7e0336a9fd90b6fcb21416c9d9e2a3fb17dfc4 Mon Sep 17 00:00:00 2001 From: Baruch Burstein Date: Mon, 28 Nov 2016 11:53:21 +0200 Subject: Fix reference to deprecated option --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index c7ee08072..52f4326c9 100755 --- a/configure.py +++ b/configure.py @@ -129,7 +129,7 @@ class BuildConfigurationInformation(object): self.internal_headers = sorted(flatten([m.internal_headers() for m in modules])) self.external_headers = sorted(flatten([m.external_headers() for m in modules])) - if options.via_amalgamation: + if options.amalgamation: self.build_sources = ['botan_all.cpp'] else: self.build_sources = self.sources -- cgit v1.2.3