summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2010-08-19 18:54:12 +0200
committerTollef Fog Heen <tfheen@err.no>2011-04-13 20:16:23 +0200
commit99964eddb5935173fcedfc793e762d7dc7d01bba (patch)
treea8894ef430f223c0ca278d6ff1206791eb0ad0af /pkg.h
parent03bd4a55287cd9492c5fde6adb1ac81a37b75cce (diff)
downloadpkg-config-99964eddb5935173fcedfc793e762d7dc7d01bba.tar.gz
Stop shipping an embedded glib
Drop the embedded glib, the associated patches and adjust build scripts appropriately.
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg.h b/pkg.h
index 984a461..5749518 100644
--- a/pkg.h
+++ b/pkg.h
@@ -20,11 +20,7 @@
#ifndef PKG_CONFIG_PKG_H
#define PKG_CONFIG_PKG_H
-#ifdef USE_INSTALLED_GLIB
#include <glib.h>
-#else
-#include "glib-1.2.10/glib.h"
-#endif
#ifdef G_OS_WIN32
/* No hardcoded paths in the binary, thanks */