diff --git sane/version.hpp sane/version.hpp index 11b5f29..512855d 100644 --- sane/version.hpp +++ sane/version.hpp @@ -37,7 +37,7 @@ extern "C" { // needed until sane-backends-1.0.14 #include } -#if !((SANE_MAJOR == SANE_CURRENT_MAJOR) && (SANE_MINOR == 0)) +#if !(SANE_MAJOR == SANE_CURRENT_MAJOR) #error "SANE installation violates versioning portability constraints." #endif