fix check_header()

git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@183 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
mheily 2010-02-06 00:50:04 +00:00
parent 0a027569ea
commit 538ff908e0

2
configure vendored
View File

@ -75,7 +75,7 @@ check_header() {
printf "checking for $path.. "
if [ -f "/usr/include/$path" ] ; then
echo "yes"
echo "#define $uc_sym" >> config.h
echo "#define $uc_sym 1" >> config.h
eval "$sym=yes"
return 0
else