mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 19:58:08 +02:00
[configure.in] Minor change to cairo-features.h comments to make tests pass
This commit is contained in:
parent
b4c7a0dc6e
commit
468caac068
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue