diff options
| author | djcb <djcb@djcbsoftware.nl> | 2010-08-15 13:32:04 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2010-08-15 13:32:04 +0300 |
| commit | f8d9a64c34f13b7197043e04afca6508f3db3d00 (patch) | |
| tree | 26991a6ec69d770d97a4bf83678dfa48cb0deb55 /configure.ac | |
| parent | 5a9904618ab60fde8d58b1d449f09668d09d6668 (diff) | |
* configure.ac: add HAVE_GLIB216, so we can use some it's stuff
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1b73ba0..34d38b3 100644 --- a/configure.ac +++ b/configure.ac @@ -98,6 +98,7 @@ AS_IF([test "x$have_gio" = "xno"],[ # g_test was introduced in glib 2.16 PKG_CHECK_MODULES(g_test,glib-2.0 >= 2.16, [have_gtest=yes],[have_gtest=no]) AM_CONDITIONAL(HAVE_GTEST, test "x$have_gtest" = "xyes") +AM_CONDITIONAL(HAVE_GLIB216, test "x$have_gtest" = "xyes") AS_IF([test "x$have_gtest" = "xno"],[ AC_MSG_WARN([You need GLIB version >= 2.16 to build the tests]) ]) |
