From 5c7edb67e2b319a892d586701ba839be4d92b635 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 2 Mar 2011 23:34:25 -0600 Subject: [PATCH] build: fix bug tracker link --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d99299ec69..5e637c3f5d 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ m4_define([nm_version], [nm_major_version.nm_minor_version.nm_micro_version]) AC_INIT([NetworkManager], [nm_version], - [http://bugzilla.gnome.org/enter_bug.gci?product=NetworkManager], + [http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager], [NetworkManager]) AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])