mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 04:20:04 +01:00
This is the latest stable release from upstream. Patches have been refreshed, including putting the removal of most pkg-config checks into the glib-only patch. A few more files, most notably the large NEWS file, have also been removed from the repo to keep the size of the snapshot down.
13 lines
323 B
Diff
13 lines
323 B
Diff
diff --git a/glib/configure.ac b/glib/configure.ac
|
|
index 4653090..8fc86ed 100644
|
|
--- a/glib/configure.ac
|
|
+++ b/glib/configure.ac
|
|
@@ -293,8 +293,6 @@ AC_PROG_INSTALL
|
|
|
|
AC_SYS_LARGEFILE
|
|
|
|
-PKG_PROG_PKG_CONFIG(0.16)
|
|
-
|
|
if test "x$enable_debug" = "xyes"; then
|
|
if test x$cflags_set != xset ; then
|
|
case " $CFLAGS " in
|