]> diplodocus.org Git - nmh/commitdiff
Added missing AC_SUBST of AM_LDFLAGS.
authorDavid Levine <levinedl@acm.org>
Sat, 7 Jan 2017 22:37:52 +0000 (17:37 -0500)
committerDavid Levine <levinedl@acm.org>
Sat, 7 Jan 2017 22:37:52 +0000 (17:37 -0500)
configure.ac

index 2c76cea6a83f9d5b448b5d167bcc4ab38415bcfa..776ba3b335c9be52fa7b82ca20b07e20f6486c18 100644 (file)
@@ -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"
                        [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
 
 dnl This hack turns off assertions by default, assuming
 dnl that configure still uses this shell variable.  Without