From 6ad29c2f4cfa7d5a3d3b02c4a4922fd8fa3bb103 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 31 Mar 2022 14:36:59 +0200 Subject: [PATCH] configure: print LDFLAGS in final summary --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index e999217..5f9e57e 100755 --- a/configure +++ b/configure @@ -7052,4 +7052,5 @@ echo " Configuration file: ${SYSCONFIG_DIR}/${SYSCONFIG_FILE} Man pages directory: $mandir Compiler: $CC Compiler flags: $CFLAGS + Linker flags: $LDFLAGS " diff --git a/configure.in b/configure.in index 11cb3a3..2de5b38 100644 --- a/configure.in +++ b/configure.in @@ -803,4 +803,5 @@ echo " Configuration file: ${SYSCONFIG_DIR}/${SYSCONFIG_FILE} Man pages directory: $mandir Compiler: $CC Compiler flags: $CFLAGS + Linker flags: $LDFLAGS " -- 2.40.0