diff options
author | William Hua <william.hua@canonical.com> | 2013-06-24 17:16:17 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-24 17:16:17 -0400 |
commit | 900fadf5e6e12f21d3dedf4b0bd0636cbfca6313 (patch) | |
tree | d636118db8112d410197cc13381b266e5ddc60a0 /configure.ac | |
parent | 0a4f042f3cbed0359c46c3da702821fd6244be2b (diff) | |
download | ayatana-indicator-keyboard-900fadf5e6e12f21d3dedf4b0bd0636cbfca6313.tar.gz ayatana-indicator-keyboard-900fadf5e6e12f21d3dedf4b0bd0636cbfca6313.tar.bz2 ayatana-indicator-keyboard-900fadf5e6e12f21d3dedf4b0bd0636cbfca6313.zip |
Remove autopilot support.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 1d0159ba..dd582f47 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,6 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [The prefix for our AM_GLIB_GNU_GETTEXT IT_PROG_INTLTOOL -AM_PATH_PYTHON - PKG_CHECK_MODULES([GEE], [gee-1.0]) AC_SUBST([GEE_CFLAGS]) AC_SUBST([GEE_LIBS]) @@ -75,7 +73,6 @@ AC_CONFIG_FILES([Makefile data/Makefile lib/Makefile po/Makefile.in - tests/Makefile - tests/autopilot/Makefile]) + tests/Makefile]) AC_OUTPUT |