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
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.
[ 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])