commit | 5bc18195d55570ef01e4b24dd248f222f081b0a2 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri May 27 15:58:54 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri May 27 15:58:54 2011 -0400 |
tree | 70d53300eeb87621e3fc5b11a09c6c30d4c1d25c | |
parent | 3f12c434e20261f6d5c600e56575b7dfdd5b1470 [diff] [blame] |
Add check-includes.sh
diff --git a/src/check-libstdc++.sh b/src/check-libstdc++.sh index c0abcbe..40e73b0 100755 --- a/src/check-libstdc++.sh +++ b/src/check-libstdc++.sh
@@ -3,6 +3,10 @@ LC_ALL=C export LC_ALL +test -z "$srcdir" && srcdir=. +stat=0 + + if which ldd 2>/dev/null >/dev/null; then : else @@ -10,9 +14,6 @@ exit 0 fi -test -z "$srcdir" && srcdir=. -stat=0 - so=.libs/libharfbuzz.so if test -f "$so"; then echo "Checking that we are not linking to libstdc++"