diff --git a/config.mk.in b/config.mk.in index 958efdb3416..403d78e3798 100644 --- a/config.mk.in +++ b/config.mk.in @@ -76,6 +76,7 @@ MANFLAGS = \ # https://www.gnu.org/software/automake/manual/1.16.5/html_node/User-Variables.html CC=@CC@ CFLAGS=@CFLAGS@ +CPPFLAGS=@CPPFLAGS@ LDFLAGS=@LDFLAGS@ # Project variables diff --git a/configure b/configure index 6bc68741e14..767d1da00bb 100755 --- a/configure +++ b/configure @@ -5308,6 +5308,7 @@ cat <