Author: timj
Date: 2001-06-17 10:13:09 GMT
Sun Jun 17 17:48:45 2001 Tim Janik <timj@gtk.org>
* pkg.c (internal_get_package): fix check before parsing a file at
"location" to read (location==NULL) instead of (pkg==NULL).
+Sun Jun 17 17:48:45 2001 Tim Janik <timj@gtk.org>
+
+ * pkg.c (internal_get_package): fix check before parsing a file at
+ "location" to read (location==NULL) instead of (pkg==NULL).
+
2001-06-14 Havoc Pennington <hp@redhat.com>
* pkg.c (internal_get_package): don't fall back to legacy -config
}
}
- if (pkg == NULL)
+ if (location == NULL)
{
if (warn)
verbose_error ("Package %s was not found in the pkg-config search path.\n"