5fb7f3c681
* Update the date in COPYRIGHT as it was a few years behind * Add convey plans for Debian Trixie and Fedora 40 * Fix incompatible pointer types for GtkItemFactoryCallbacks on gcc-14 * Update the build image for the docs * Fix type mismatch with IOKit usage * Use the result of g_string_free(..., FALSE) * NSS: Load intermediate certificates from the server * Finally add proper support for italics on IRC * Fix some type conversion errors * Use raw strings for Python regular expressions * zephyr: Modernize K&R function prototypes * Fix invalid prototypes that will break with C23 * Add the ability to run a custom command for signing the binaries - attach a URL to the keyring OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin?expand=0&rev=69
15 lines
594 B
Diff
15 lines
594 B
Diff
Index: pidgin-2.14.4/configure.ac
|
|
===================================================================
|
|
--- pidgin-2.14.4.orig/configure.ac
|
|
+++ pidgin-2.14.4/configure.ac
|
|
@@ -259,8 +259,8 @@ dnl # Disable creation and installation
|
|
dnl #######################################################################
|
|
AC_ARG_ENABLE(nls, AC_HELP_STRING([--disable-nls], [disable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes)
|
|
|
|
-if test x$enable_i18n = xyes; then
|
|
AC_PROG_INTLTOOL
|
|
+if test x$enable_i18n = xyes; then
|
|
GETTEXT_PACKAGE=pidgin
|
|
AC_SUBST(GETTEXT_PACKAGE)
|
|
|