From: Bart Van Assche Date: Sat, 3 May 2008 09:35:01 +0000 (+0000) Subject: Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/getconf... X-Git-Tag: svn/VALGRIND_3_4_0~637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c19077a8b640ec23444e30e3544cffd3849215;p=thirdparty%2Fvalgrind.git Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/getconf is not found. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8000 --- diff --git a/exp-drd/tests/supported_libpthread b/exp-drd/tests/supported_libpthread index 662f52d2b7..d42ea1a398 100755 --- a/exp-drd/tests/supported_libpthread +++ b/exp-drd/tests/supported_libpthread @@ -7,6 +7,7 @@ if [ "$(uname)" = "Linux" ]; then if [ ! -x /usr/bin/getconf ]; then echo "Error: could not find the program /usr/bin/getconf." + echo "Please install the glibc-common package." # Assume NPTL. exit 0 fi