comparison configure.ac @ 7168:282887c9e3dc

[gaim-migrate @ 7735] Added support for startup notification for those window managers that support it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 06 Oct 2003 00:17:45 +0000
parents 6448e0163d7b
children 2ddd145c9420
comparison
equal deleted inserted replaced
7167:6d3d8f11e765 7168:282887c9e3dc
171 x_incpath_add= 171 x_incpath_add=
172 else 172 else
173 x_incpath_add="-I$x_includes" 173 x_incpath_add="-I$x_includes"
174 fi 174 fi
175 175
176 dnl Check for startup notification
177 PKG_CHECK_MODULES(STARTUP_NOTIFICATION, libstartup-notification-1.0 >= 0.5,
178 [
179 AC_DEFINE(HAVE_STARTUP_NOTIFICATION, 1, [Define if we're using libstartup-notification.])
180 echo "Building with libstartup-notification"
181 enable_startup_notification=yes
182 ],
183 [
184 echo "Building without libstartup-notification"
185 enable_startup_notification=no
186 ])
187
188 AC_SUBST(STARTUP_NOTIFICATION_CFLAGS)
189 AC_SUBST(STARTUP_NOTIFICATION_LIBS)
190
191
176 dnl Check for XScreenSaver 192 dnl Check for XScreenSaver
177 if test "x$enable_xss" = "xyes" ; then 193 if test "x$enable_xss" = "xyes" ; then
178 old_LIBS="$LIBS" 194 old_LIBS="$LIBS"
179 LIBS="$LIBS $GTK_LIBS $x_libpath_add" 195 LIBS="$LIBS $GTK_LIBS $x_libpath_add"
180 XSS_LIBS="no" 196 XSS_LIBS="no"
982 echo Build with NAS support........ : $enable_nas 998 echo Build with NAS support........ : $enable_nas
983 echo Build with GtkSpell support... : $enable_gtkspell 999 echo Build with GtkSpell support... : $enable_gtkspell
984 echo 1000 echo
985 echo Use XScreenSaver Extension.... : $enable_xss 1001 echo Use XScreenSaver Extension.... : $enable_xss
986 echo Use X Session Management...... : $enable_sm 1002 echo Use X Session Management...... : $enable_sm
1003 echo Use startup notification.......: $enable_startup_notification
987 echo 1004 echo
988 echo Print debugging messages...... : $enable_debug 1005 echo Print debugging messages...... : $enable_debug
989 echo 1006 echo
990 eval eval echo Gaim will be installed in $bindir. 1007 eval eval echo Gaim will be installed in $bindir.
991 if test "x$gaimpath" != "x" ; then 1008 if test "x$gaimpath" != "x" ; then