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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx