Opened 10 years ago
Closed 9 years ago
#44326 closed defect (fixed)
msmtp: remove unused configure arg
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | msmtp |
Description
When configuring msmtp @1.4.32_1:
configure: WARNING: unrecognized options: --enable-gsasl
This suggests this configure arg should be removed.
./configure --help
mentions this alternative you could use:
--with-libgsasl Use GNU SASL authentication library.
However, even without this, msmtp does link with libgsasl.
Change History (3)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 9 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The other two configure args specifying
--mandir
and--infodir
seem unnecessary as well since the specified values are the defaults. And adding-lintl
to the configure.ldflags doesn't seem to be necessary either.