summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2017-06-29 11:30:53 -0500
committerMike Ruprecht <cmaiku@gmail.com>2017-06-29 11:30:53 -0500
commit646839dcbb6b7047fe23287819cb55e607a2017f (patch)
tree6d36df926108d614744ab5353108a2569f54a0c0
parent8b4012ee32490fa203bc583c1138b249a1cff2d6 (diff)
downloadpidgin-646839dcbb6b7047fe23287819cb55e607a2017f.tar.gz
configure.ac: Drop unused enable_startup_notification option
Support for libstartup-notification was dropped in 2.7.11. The enable_startup_notification option has somehow snuck through. This patch removes it.
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 8c0f643f28..4adf5a9ed1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -523,10 +523,6 @@ AC_ARG_ENABLE(screensaver,
[AS_HELP_STRING([--disable-screensaver],
[compile without X screensaver extension (used to detect idleness)])],
enable_screensaver="$enableval", enable_screensaver="yes")
-AC_ARG_ENABLE(startup-notification,
- [AS_HELP_STRING([--disable-startup-notification],
- [compile without startup notification support])],
- enable_startup_notification="$enableval", enable_startup_notification="yes")
AC_ARG_ENABLE(enchant,
[AS_HELP_STRING([--disable-enchant],
[compile without Enchant spell checking support])],
@@ -753,7 +749,6 @@ else # GTK
enable_cap=no
enable_gevolution=no
enable_screensaver=no
- enable_startup_notification=no
fi # GTK
AM_CONDITIONAL(ENABLE_GTK, test "x$enable_gtkui" = "xyes")
@@ -2136,7 +2131,6 @@ echo Install translations.......... : $enable_i18n
echo Has you....................... : yes
echo
echo Use XScreenSaver Extension.... : $enable_screensaver
-echo Use startup notification...... : $enable_startup_notification
echo Build with Enchant support.... : $use_enchant
echo Build with GCR widgets........ : $enable_gcr
echo Build Unity integration plugin.: $enable_unity