diff options
author | Manish Singh <yosh@gimp.org> | 2005-03-04 01:01:01 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2005-03-04 01:01:01 +0000 |
commit | bc170a54362b1e6ea0027479033ad1c7e324dba0 (patch) | |
tree | 1fb0cc4b33c0bbdb4e7c5b3db34eb935c2158c1f /configure.in | |
parent | e6716d2336e1b06b7d4816c8207c38ba65679b43 (diff) | |
download | gtk+-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.in | 2 |
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]) |