]> err.no Git - pkg-config/commitdiff
* pkg.m4: Fix a bad patch causing duplication in one of...
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:04 +0000 (13:06 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:04 +0000 (13:06 +0000)
Author: keybuk
Date: 2004-07-18 10:36:44 GMT
* pkg.m4: Fix a bad patch causing duplication in one of the error
messages.

ChangeLog
pkg.m4

index 6e753fee0f64e7318fa286014c6256eac58e80e5..44d2dd6210f0944be2561a6f50b7eebe3ed744ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-18  Scott James Remnant  <scott@netsplit.com>
+
+       * pkg.m4: Fix a bad patch causing duplication in one of the error
+       messages.
+
 2004-07-06  Scott James Remnant  <scott@netsplit.com>
 
        * pkg.m4: Correct quoting brackets to correctly split the words.
diff --git a/pkg.m4 b/pkg.m4
index b04c64b5eca78c591bd5f882e88878fd2742531f..71981018fd8718f873c5b882c2050f8d0e135e01 100644 (file)
--- a/pkg.m4
+++ b/pkg.m4
@@ -91,10 +91,7 @@ elif test $pkg_failed = untried; then
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 [[The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.  Al
-The pkg-config script could not be found or is too old.
-Make sure it is in your PATH or set the PKG_CONFIG environment variable
-to the full path to pkg-config.
+path to pkg-config.
 
 Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables
 to avoid the need to call pkg-config.  See the pkg-config man page for