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

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

diff --git a/rules/host-system-mpfr.make b/rules/host-system-mpfr.make
index 9dab7bb..bcff0a0 100644
--- a/rules/host-system-mpfr.make
+++ b/rules/host-system-mpfr.make
@@ -21,7 +21,7 @@ $(STATEDIR)/host-system-mpfr.prepare:
        @echo "Checking for mpfr ..."
        @echo "#include <mpfr.h>" | $(HOSTCC) -x c -c -o /dev/null - 
2>/dev/null || \
                ptxd_bailout "mpfr development files not found!" \
-               "Please install libmpfr-dev (debian)"
+               "Please install libmpfr-dev (debian) or mpfr-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