diff options
author | Darin Adler <darin@src.gnome.org> | 2001-07-26 20:11:42 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-07-26 20:11:42 +0000 |
commit | 07638db8027ab5afa19fec747aafd2bf30b27086 (patch) | |
tree | 1dcb95f7218e47823ff7c9944c7cbc349b1dbe92 /m4macros | |
parent | 9b25010f227fd01beb3d85b99e1e87b811276b8f (diff) |
Update location of pkgconfig from sourceforge.net to new location at
* configure.in:
* m4macros/glib-2.0.m4:
Update location of pkgconfig from sourceforge.net to new
location at freedeskop.org.
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/glib-2.0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/glib-2.0.m4 b/m4macros/glib-2.0.m4 index a69cd9c71..b5dba4fcf 100644 --- a/m4macros/glib-2.0.m4 +++ b/m4macros/glib-2.0.m4 @@ -163,7 +163,7 @@ main () AC_MSG_RESULT(no) if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." - echo "*** See http://pkgconfig.sourceforge.net" + echo "*** See http://www.freedesktop.org/software/pkgconfig/" else if test -f conf.glibtest ; then : |