== gnome-screensaver-2.30.0 == * dnl When linking with --as-needed, add -lxklavier to LIBS AC_CHECK_LIB(xklavier, xkl_config_rec_new,,) == Patch == {{{ --- orig/gnome-screensaver-2.30.0/configure.ac 2010-03-30 09:16:51.000000000 -0600 +++ gnome-screensaver-2.30.0/configure.ac 2010-07-21 12:30:46.000000000 -0600 @@ -615,6 +615,8 @@ AM_CONDITIONAL(HAVE_PAM, test x$have_pam = xyes) AC_SUBST(HAVE_PAM) +dnl When linking with --as-needed, add -lxklavier to LIBS +AC_CHECK_LIB(xklavier, xkl_config_rec_new,,) # Check for the nine billion variants of shadow passwords... }}}