summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-04-07 09:02:04 +0100
committerRichard Hughes <richard@hughsie.com>2010-04-07 09:02:04 +0100
commitd52229333a6d563de9f28a1a5b6db3e44710962c (patch)
treecbc2042ed91c669181b71addf083dd04aabb4237 /configure.ac
parent75d0a4a6b24ca06c74e2f2b4dae26668e9b426c3 (diff)
The gettext package should probably match the tarball name
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aaf1988..9da9d2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ if test "x$GCC" = "xyes"; then
fi
IT_PROG_INTLTOOL([0.40.0])
-GETTEXT_PACKAGE=UPower
+GETTEXT_PACKAGE=upower
AC_SUBST([GETTEXT_PACKAGE])
AM_GLIB_GNU_GETTEXT
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain])