Formalize buffer var allocations
[profile/ivi/org.tizen.video-player.git] / src / check-libstdc++.sh
index c0abcbe..40e73b0 100755 (executable)
@@ -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 @@ else
        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++"