This commit is contained in:
Sylvestre Ledru 2013-10-19 18:44:01 +00:00
parent d5ce4ee9fc
commit 5d5645712a

2
debian/rules vendored
View File

@ -62,7 +62,7 @@ endif
POLLY_ENABLE=no
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' libisl-dev) ge 0.12.1; echo $$?),0)
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' libcloog-isl-dev) ge 0.18.1; echo $$?),0)
POLLY_ENABLE=YES
POLLY_ENABLE=yes
endif
endif