diff configure.ac @ 15436:42961709cb30

This should be the last of the string changes
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:41:32 +0000
parents 974e8112b27e
children 3b45081f6183
line wrap: on
line diff
--- a/configure.ac	Sat Jan 27 11:11:26 2007 +0000
+++ b/configure.ac	Sat Jan 27 11:41:32 2007 +0000
@@ -7,6 +7,8 @@
 
 AC_PREREQ([2.50])
 
+AC_DEFINE(PIDGIN_NAME, "Pidgin", [The user-visible application name])
+
 AC_PATH_PROG(sedpath, sed)
 
 dnl Storing configure arguments
@@ -24,6 +26,7 @@
 GETTEXT_PACKAGE=gaim
 AC_SUBST(GETTEXT_PACKAGE)
 
+
 # before gettexting, in case iconv matters
 case "$host_os" in
 darwin*)