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

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

diff --git a/rules/host-system-gmp.make b/rules/host-system-gmp.make
index afcc4c8..609d2f6 100644
--- a/rules/host-system-gmp.make
+++ b/rules/host-system-gmp.make
@@ -21,7 +21,7 @@ $(STATEDIR)/host-system-gmp.prepare:
        @echo "Checking for gmp ..."
        @echo "#include <gmp.h>" | $(HOSTCC) -x c -c -o /dev/null - 2>/dev/null 
|| \
                ptxd_bailout "gmp development files not found!" \
-               "Please install libgmp-dev (debian)"
+               "Please install libgmp-dev (debian) or gmp-devel (fedora)"
        @$(call touch)
 
 
-- 
2.31.1


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

Reply via email to