]> err.no Git - pkg-config/commitdiff
2005-07-15 Tollef Fog Heen <tfheen@err.no>
authorArch Librarian <arch@canonical.com>
Fri, 15 Jul 2005 13:08:01 +0000 (13:08 +0000)
committerArch Librarian <arch@canonical.com>
Fri, 15 Jul 2005 13:08:01 +0000 (13:08 +0000)
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

ChangeLog
configure.in

index 438175d134936cbfb615481ab7cbaef562595b94..abc9b0af714fb0802215fa9c3aec6cc11185b744 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 761575a66cd01b46476b6fbdb857db2c19a50c90..65b028b6cc7bed869480023610d1177840a2cd10 100644 (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])