changeset 30087:a4527d9ee853

Make Pidgin build correctly when using the --disable-nls configure flag. Fixes #11872. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author jirka
date Sun, 23 May 2010 17:26:20 +0000
parents 86c917db4c89
children e432507151d1
files COPYRIGHT Makefile.am
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COPYRIGHT	Sun May 23 17:24:05 2010 +0000
+++ b/COPYRIGHT	Sun May 23 17:26:20 2010 +0000
@@ -123,6 +123,7 @@
 Josh Davis
 Martijn Dekker
 Florian Delizy
+Jiri Denemark
 Vinicius Depizzol
 Philip Derrin
 Taso N. Devetzis
--- a/Makefile.am	Sun May 23 17:24:05 2010 +0000
+++ b/Makefile.am	Sun May 23 17:26:20 2010 +0000
@@ -80,11 +80,14 @@
 apps_in_files = pidgin.desktop.in
 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
-GTK_DIR=pidgin
 endif #ENABLE_GTK
 
 endif #INSTALL_I18N
 
+if ENABLE_GTK
+GTK_DIR=pidgin
+endif
+
 if ENABLE_GNT
 GNT_DIR=finch
 endif