Merge from -mdev branch.

This commit is contained in:
Erik de Castro Lopo 2007-11-04 23:00:38 +11:00
commit a85ecb5cf8

View File

@ -18,9 +18,14 @@ elif [ -f "../src/.libs/libsndfile.dylib" ]; then
elif [ -f "../src/libsndfile.dylib" ]; then elif [ -f "../src/libsndfile.dylib" ]; then
libsndfile_lib_location="../src/" libsndfile_lib_location="../src/"
else else
echo
echo
echo "Not able to find the libsndfile shared lib we've just built." echo "Not able to find the libsndfile shared lib we've just built."
exit 1 echo "This may cause the following test to fail."
echo
echo
fi fi
libsndfile_lib_location=`(cd $libsndfile_lib_location && pwd)` libsndfile_lib_location=`(cd $libsndfile_lib_location && pwd)`