summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2005-03-04 01:01:01 +0000
committerManish Singh <yosh@src.gnome.org>2005-03-04 01:01:01 +0000
commitbc170a54362b1e6ea0027479033ad1c7e324dba0 (patch)
tree1fb0cc4b33c0bbdb4e7c5b3db34eb935c2158c1f /configure.in
parente6716d2336e1b06b7d4816c8207c38ba65679b43 (diff)
downloadgtk+-bc170a54362b1e6ea0027479033ad1c7e324dba0.tar.gz
URL escape the '+' in gtk+ in the bugzilla URL.
Thu Mar 3 16:59:44 2005 Manish Singh <yosh@gimp.org> * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5f4ab883a3..425d61a8bb 100644
--- a/configure.in
+++ b/configure.in
@@ -37,7 +37,7 @@ m4_define([atk_required_version], [1.0.1])
AC_INIT([gtk+], [gtk_version],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B],
[gtk+])
AC_CONFIG_SRCDIR([gdk/gdktypes.h])