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

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

diff --git a/rules/host-system-isl.make b/rules/host-system-isl.make
index 6ff580d..03f9028 100644
--- a/rules/host-system-isl.make
+++ b/rules/host-system-isl.make
@@ -17,7 +17,7 @@ $(STATEDIR)/host-system-isl.prepare:
        @echo "Checking for isl ..."
        @echo "#include <isl/version.h>" | $(HOSTCC) -x c -c -o /dev/null - 
2>/dev/null || \
                ptxd_bailout "isl development files not found!" \
-               "Please install libisl-dev (debian)"
+               "Please install libisl-dev (debian) or isl-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