summaryrefslogtreecommitdiff
path: root/src/check-def.sh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-09-26 13:54:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-09-26 13:54:28 -0400
commit7c3062240ac036c8091ee9f0acce0aa3ea9df8ea (patch)
treeeceaf967b5a056d4a060a87c6634abb9946c2583 /src/check-def.sh
parent191e108b93ef6d39832e78323a18cc4c795c7ca3 (diff)
[configure] Print out whether SVG and PDF surfaces can be tested
Diffstat (limited to 'src/check-def.sh')
-rwxr-xr-xsrc/check-def.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check-def.sh b/src/check-def.sh
index 3545851a..aae3fc66 100755
--- a/src/check-def.sh
+++ b/src/check-def.sh
@@ -22,7 +22,7 @@ for def in $defs; do
{
echo EXPORTS
- nm $so | grep ' T ' | cut -d' ' -f3 | grep -v '^_cairo.*_test_\|^_fini\|^_init' | sort -u
+ nm $so | grep ' T ' | cut -d' ' -f3 | grep -v '^_cairo_.*_test_\|^_fini\|^_init' | sort -u
# cheat: copy the last line from the def file!
tail -n1 $def
} | diff $def - || status=1