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:
Arch Librarian 2005-07-15 13:08:01 +00:00
parent 0df5bca1cf
commit c261155300
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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])