Updated guard against checking squid-old.h
Prevented checking libTrie as it uses its own config.h
;;
*.h|*.cci)
FI=`grep "#include \"squid.h\"" ${FILENAME}`;
- if test "x${FI}" != "x" -a "${FILENAME}" != "squid.h"; then
+ if test "x${FI}" != "x" -a "${FILENAME}" != "squid-old.h" ; then
echo "ERROR: ${PWD}/${FILENAME} duplicate include of squid.h"
fi
;;
esac
- if test "$FILENAME" = "libltdl" ; then
+ if test "$FILENAME" = "libltdl" -o "$FILENAME" = "libTrie" ; then
:
elif test -d $FILENAME ; then
cd $FILENAME