mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-09 08:18:08 +02:00
2005-07-15 Tollef Fog Heen <tfheen@err.no>
Author: tfheen
Date: 2005-07-15 07:19:06 GMT
2005-07-15 Tollef Fog Heen <tfheen@err.no>
* configure.in: Fix default search path to be pkgconfig rather
than pkg-config again. Freedesktop #3662
This commit is contained in:
parent
0df5bca1cf
commit
c261155300
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2005-07-15 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* configure.in: Fix default search path to be pkgconfig rather
|
||||
than pkg-config again. Freedesktop #3662
|
||||
|
||||
* pkg.m4: Add a missing AC_MSG_RESULT. Thanks to Gary Kramlich
|
||||
for noticing this and harassing me to fix it.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ AC_DEFUN([PKG_CONFIG_FIND_PC_PATH],
|
|||
[ pc_path="$withval"
|
||||
AC_MSG_CHECKING([for default search path for .pc files])
|
||||
AC_MSG_RESULT([$pc_path])],
|
||||
[pc_path="$libdir/$PACKAGE:$datadir/$PACKAGE"])
|
||||
[pc_path="$libdir/pkgconfig:$datadir/pkgconfig"])
|
||||
AC_SUBST([pc_path])
|
||||
dnl AC_DEFINE_UNQUOTED(PKG_CONFIG_PC_PATH,["$pc_path"],[Default search path for .pc files])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue