aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libpsl/config.site
blob: 15fd89cec9f4df1dd02295ecf1c8a23ddebddc4a (plain)
1
2
3
4
5
if test "$cache_file" = /dev/null; then
  hash=`echo $LIBS $CPPFLAGS CXXFLAGS $CFLAGS $LDFLAGS $build_alias $host_alias $target_alias \
    | md5sum | cut -d' ' -f1`
  cache_file=$SRC/config.cache.$CC.$hash
fi