Hi,

Globe Trotter wrote:
> Here is my fetchmail.spec:
[...]
> %build
> autoreconf -if
> %configure PYTHON-: --enable-POP3 --enable-IMAP
[...]

You want "PYTHON=:", not "PYTHON-:".  The goal is to set the
PYTHON variable.  I tend to put such definitions before the
configure call, e.g.:

    %build
    autoreconf -if
    export PYTHON=:
    %configure --enable-POP3 --enable-IMAP

But that may just be a matter of preference.

-- 
Todd

Attachment: signature.asc
Description: PGP signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to