diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-04 17:19:23 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-04 17:19:23 -0500 |
commit | 09ed92a81c950f6b2221652281c04c1c85e68177 (patch) | |
tree | 973bf8e5b62b578c6d56022a511c7db112926e8c /configure.ac | |
parent | 7a2f7f702c12558905b52335cf34b4fd9cf60233 (diff) | |
download | ayatana-indicator-session-09ed92a81c950f6b2221652281c04c1c85e68177.tar.gz ayatana-indicator-session-09ed92a81c950f6b2221652281c04c1c85e68177.tar.bz2 ayatana-indicator-session-09ed92a81c950f6b2221652281c04c1c85e68177.zip |
remove the software updates menuitem; it's no longer in the spec
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index 84c5c2e..f17db0b 100644 --- a/configure.ac +++ b/configure.ac @@ -84,18 +84,6 @@ AC_SUBST(GTKLOGOUTHELPER_CFLAGS) AC_SUBST(GTKLOGOUTHELPER_LIBS) ########################### -# APT support -########################### -AC_ARG_ENABLE([apt], - AC_HELP_STRING([--disable-apt], [disable APT support]),, - [enable_apt=yes]) -AM_CONDITIONAL([BUILD_APT], [test "x$enable_apt" != "xno"]) - -if test "x$enable_apt" != "xno"; then - AC_DEFINE(HAVE_APT, 1, [Define to 1 to enable APT support]) -fi - -########################### # Check to see if we're local ########################### @@ -240,7 +228,6 @@ SUS Indicator Configuration: Prefix: $prefix Indicator Dir: $INDICATORDIR Logout Helper: $have_gtklogouthelper - APT support: $enable_apt Unit Tests: $enable_tests Coverage reporting: $use_gcov ]) |