|
From: <sv...@va...> - 2008-05-03 09:34:56
|
Author: bart
Date: 2008-05-03 10:35:01 +0100 (Sat, 03 May 2008)
New Revision: 8000
Log:
Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/getconf is not found.
Modified:
trunk/exp-drd/tests/supported_libpthread
Modified: trunk/exp-drd/tests/supported_libpthread
===================================================================
--- trunk/exp-drd/tests/supported_libpthread 2008-05-03 09:15:25 UTC (rev 7999)
+++ trunk/exp-drd/tests/supported_libpthread 2008-05-03 09:35:01 UTC (rev 8000)
@@ -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
|