2003-05-09 Havoc Pennington <hp@redhat.com>

Author: hp
Date: 2003-05-09 18:15:05 GMT
2003-05-09  Havoc Pennington  <hp@redhat.com>

	* pkg.m4: improve error message a bit, from Tim Janik
This commit is contained in:
Arch Librarian 2005-07-14 13:05:56 +00:00
parent 7d74866d21
commit 3ab7ea98e5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-05-09 Havoc Pennington <hp@redhat.com>
* pkg.m4: improve error message a bit, from Tim Janik
2003-04-30 James Henstridge <james@daa.com.au>
* pkg.c (verify_package): fix up error messages.

2
pkg.m4
View file

@ -61,7 +61,7 @@ AC_DEFUN([PKG_CHECK_MODULES],
ifelse([$3],, [:], [$3])
else
ifelse([$4],,
[AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.])],
[AC_MSG_ERROR([Package requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a nonstandard prefix. See man page for pkg-config.])],
[$4])
fi
])