]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/getconf...
authorBart Van Assche <bvanassche@acm.org>
Sat, 3 May 2008 09:35:01 +0000 (09:35 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 3 May 2008 09:35:01 +0000 (09:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8000

exp-drd/tests/supported_libpthread

index 662f52d2b7b94f84a586d60c47a3974b772a72f0..d42ea1a398239a367a1b742554de6758511c071e 100755 (executable)
@@ -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