X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fposix%2Fstdlib.m4;h=f1a0c959ccb35fc062994f848d2b5505b10fe27b;hp=60a301558726182f2d05fdb1e1565816131692db;hb=fb1661f43586388050fd42b9702c7beefaae08f3;hpb=5ed7e51eb19a16f6f4e280abc33a2a4281b45166 diff --git a/m4/posix/stdlib.m4 b/m4/posix/stdlib.m4 index 60a3015..f1a0c95 100644 --- a/m4/posix/stdlib.m4 +++ b/m4/posix/stdlib.m4 @@ -57,11 +57,7 @@ PSI_CHECK_STDLIB() { PSI_DECL(char *realpath, [(char *path, char *resolved)]) PSI_DECL(unsigned short *seed48, [(unsigned short seed16v@<:@3@:>@)]) PSI_DECL(int setenv, [(char *var, char *val, int overwrite)]) - - AC_SEARCH_LIBS(setkey, crypt, [ - PSI_DECL(void setkey, [(char *key)]) - ]) - + PSI_DECL(void setkey, [(char *key)], [], [-lcrypt]) PSI_DECL(char *setstate, [(char *state)]) PSI_DECL(void srand, [(unsigned seed)]) PSI_DECL(void srand48, [(long seed)])