Improve help message when failing to find mpc development files
on a Fedora system (RPM based).

Signed-off-by: Bruno Thomsen <[email protected]>
---
 rules/host-system-mpc.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.31.1


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to