[configure.in] Minor change to cairo-features.h comments to make tests pass

This commit is contained in:
Behdad Esfahbod 2008-01-28 23:30:09 -05:00
parent b4c7a0dc6e
commit 468caac068

View file

@ -985,7 +985,7 @@ _EOF
done
echo '' >> $outfile
for FEATURE in $CAIRO_NO_FEATURES; do
echo "/* #undef CAIRO_HAS_$FEATURE */" >> $outfile
echo "/*#undef CAIRO_HAS_$FEATURE */" >> $outfile
done
echo '' >> $outfile