Re: configure still looking for crypt()?
Re: configure still looking for crypt()?
От:
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Дата:
On 2019-08-20 16:07, Tom Lane wrote: > Peter Eisentraut writes: >> I noticed that configure is still looking for crypt() and crypt.h. >> Isn't that long obsolete? >> If so, I suggest to remove it with the attached patch. > > +1 done -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
configure still looking for crypt()?
От:
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Дата:
I noticed that configure is still looking for crypt() and crypt.h. Isn't that long obsolete? If so, I suggest to remove it with the attached patch. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Re: configure still looking for crypt()?
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Peter Eisentraut writes: > I noticed that configure is still looking for crypt() and crypt.h. > Isn't that long obsolete? > If so, I suggest to remove it with the attached patch. +1 regards, tom lane