From 0b53933127d00de8ae8e7ea11705942a62fbbc5d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 5 Mar 2017 16:43:58 +0100 Subject: [PATCH] configure summary: Show whether shared/static build is enabled. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 3a13ff7..90ea1d8 100644 --- a/configure.ac +++ b/configure.ac @@ -143,5 +143,6 @@ libserialport configuration summary: - Prefix.......................... $prefix - Building on..................... $build - Building for.................... $host + - Building shared / static........ $enable_shared / $enable_static _EOF