diff options
author | Cody Russell <crussell@canonical.com> | 2011-01-18 11:12:19 -0600 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2011-01-18 11:12:19 -0600 |
commit | 5b3b2fe2705a2b9e56d8d468b842c48eef9515c0 (patch) | |
tree | b298e4d40e76705338dabd0783ec08c25b85c791 /configure.ac | |
parent | 603f327912365d9b62eae54eb361a5a475004a41 (diff) | |
download | ayatana-ido-5b3b2fe2705a2b9e56d8d468b842c48eef9515c0.tar.gz ayatana-ido-5b3b2fe2705a2b9e56d8d468b842c48eef9515c0.tar.bz2 ayatana-ido-5b3b2fe2705a2b9e56d8d468b842c48eef9515c0.zip |
Remove IdoGestureManager
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 46e8372..c09aabf 100644 --- a/configure.ac +++ b/configure.ac @@ -72,10 +72,6 @@ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.19.7) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) -PKG_CHECK_MODULES(GEIS, libutouch-geis >= 0.3) -AC_SUBST(GEIS_CFLAGS) -AC_SUBST(GEIS_LIBS) - dnl =========================================================================== if test "x$GCC" = "xyes"; then |