diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 492afbc..4ae097c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -130,7 +130,7 @@ LT_PROG_RC | |||
130 | 130 | ||
131 | case "$host_os" in | 131 | case "$host_os" in |
132 | mingw32ce*) | 132 | mingw32ce*) |
133 | PKG_CHECK_MODULES([EVIL], [evil]) | 133 | PKG_CHECK_MODULES([EVIL], [evil >= 1.0.0]) |
134 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) | 134 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) |
135 | ;; | 135 | ;; |
136 | esac | 136 | esac |