mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-02 01:28:17 +02:00
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:
parent
7d74866d21
commit
3ab7ea98e5
2 changed files with 5 additions and 1 deletions
|
|
@ -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
2
pkg.m4
|
|
@ -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
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue