configure still looking for crypt()?

Started by Peter Eisentrautover 6 years ago3 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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

Attachments:

0001-Remove-configure-crypt-detection.patchtext/plain; charset=UTF-8; name=0001-Remove-configure-crypt-detection.patch; x-mac-creator=0; x-mac-type=0Download+2-1160
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: configure still looking for crypt()?

Peter Eisentraut <peter.eisentraut@2ndquadrant.com> 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

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#2)
Re: configure still looking for crypt()?

On 2019-08-20 16:07, Tom Lane wrote:

Peter Eisentraut <peter.eisentraut@2ndquadrant.com> 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