summaryrefslogtreecommitdiffstats
path: root/rules/host-system-mpc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-system-mpc.make')
-rw-r--r--rules/host-system-mpc.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-system-mpc.make b/rules/host-system-mpc.make
index ec2991d..1f6337a 100644
--- a/rules/host-system-mpc.make
+++ b/rules/host-system-mpc.make
@@ -21,7 +21,7 @@ $(STATEDIR)/host-system-mpc.prepare:
@echo "Checking for mpc ..."
@echo "#include <mpc.h>" | $(HOSTCC) -x c -c -o /dev/null - 2>/dev/null || \
ptxd_bailout "mpc development files not found!" \
- "Please install libmpc-dev (debian)"
+ "Please install libmpc-dev (debian) or libmpc-devel (fedora)"
@$(call touch)
# vim: syntax=make