blob: 97979c6a313a5ab35410a0ee32a2eec97b924b05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/sane/version.hpp 2020-12-22 07:44:15.000000000 +0100
+++ b/sane/version.hpp 2022-01-22 22:47:47.508608348 +0100
@@ -37,7 +37,7 @@
#include <sane/sane.h>
}
-#if !((SANE_MAJOR == SANE_CURRENT_MAJOR) && (SANE_MINOR == 0))
+#if !(SANE_MAJOR == SANE_CURRENT_MAJOR)
#error "SANE installation violates versioning portability constraints."
#endif
|