From: David Levine Date: Sat, 7 Jan 2017 22:37:52 +0000 (-0500) Subject: Added missing AC_SUBST of AM_LDFLAGS. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/16f27f5ba6e6f49a4d3561d10eaeedd1165ad33e?hp=fc0d9e42eafa6999fad8dc0887fb12e1a4a8699d Added missing AC_SUBST of AM_LDFLAGS. --- diff --git a/configure.ac b/configure.ac index 2c76cea6..776ba3b3 100644 --- a/configure.ac +++ b/configure.ac @@ -212,6 +212,7 @@ AC_CACHE_CHECK([whether linker supports -Qunused-arguments], [nmh_cv_has_q_unused_arguments=no])]) test "$nmh_cv_has_q_unused_arguments" = "yes" && \ AM_LDFLAGS="${AM_LDFLAGS:+$AM_LDFLAGS }-Qunused-arguments" +AC_SUBST([AM_LDFLAGS]) dnl This hack turns off assertions by default, assuming dnl that configure still uses this shell variable. Without