diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2011-11-16 17:52:13 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2011-11-16 17:52:13 +0000 |
commit | cc17bb417203564e2fd1038b3c62dd4ef3bbaa15 (patch) | |
tree | c70bb36be955d6458bab561758f05b64edd8bba6 /configure.ac | |
parent | 21dd944587e04551c5b33725e49c16b7f849a3d2 (diff) |
evil >= 1.0.0
SVN revision: 65307
Diffstat (limited to '')
-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 |