1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Don't look for malloc.h from configure. Not only malloc.h in FreeBSD

useless, you might find the one installed by devel/libmalloc, which
will cause the build to fail.
This commit is contained in:
Satoshi Asami 1997-03-30 12:29:58 +00:00
parent 0746d2f8a7
commit c0780ce71e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6067

View File

@ -0,0 +1,11 @@
--- ./configure.org Thu Jan 9 06:22:00 1997
+++ ./configure Sun Mar 30 04:25:11 1997
@@ -3148,7 +3148,7 @@
fi
-for ac_hdr in fcntl.h unistd.h memory.h malloc.h errno.h direct.h
+for ac_hdr in fcntl.h unistd.h memory.h errno.h direct.h
do
ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6