diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2011-11-18 22:13:23 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2011-11-18 22:13:23 +0100 |
| commit | e2baa24c7f1b3e89a1fcc1ad769476471a0729a1 (patch) | |
| tree | b9d6110b372aea6147be75e06db7a6a187384b27 /configure.ac | |
| parent | 574e9ca2bc2d2893767b14e0732cbffd07d4979a (diff) | |
Add Start, Stop/Remove & Rehash actions.
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 546e8e9..cf80acf 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_SEARCH_LIBS([fabs], [m],, AC_MSG_ERROR([No fabs found])) # GTK -PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.12 glib-2.0 >= 2.28]) +PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.18 glib-2.0 >= 2.28]) # xmlrpc-c |
