[master] 6f955e441 build: Relocate line where it belongs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Sep 7 15:45:06 UTC 2021


commit 6f955e4413f0ccf03b521b75563615494af0195b
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Sep 7 16:47:41 2021 +0200

    build: Relocate line where it belongs

diff --git a/configure.ac b/configure.ac
index ccc5afd8f..097b8a763 100644
--- a/configure.ac
+++ b/configure.ac
@@ -800,6 +800,8 @@ case $CFLAGS in
     ;;
 esac
 
+AC_SUBST(AM_LT_LDFLAGS)
+
 # --enable-coverage
 AC_ARG_ENABLE(coverage,
 	AS_HELP_STRING([--enable-coverage],
@@ -841,7 +843,6 @@ if test "$enable_debugging_symbols" != no; then
 	fi
 fi
 
-AC_SUBST(AM_LT_LDFLAGS)
 
 # Command line for compiling VCL code.  I wish there were a simple way
 # to figure this out dynamically without introducing a run-time


More information about the varnish-commit mailing list