From 8315dbfe77cef9f0592eb412b0b122c5a73307a8 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sun, 30 Oct 2011 18:46:08 +0000 Subject: use GLIB_CHECK_VERSION instead of a Makefile hack --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83be153..00a8f89 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,6 @@ endif REQ_PKGS += libsoup-2.4 gthread-2.0 glib-2.0 -# Check for a new glib version -ifeq ($(shell pkg-config --exists "glib-2.0 >= 2.31.0" && echo 1),1) - CPPFLAGS += -DUZBL_GTHREAD_NO_INIT -endif - ARCH:=$(shell uname -m) COMMIT_HASH:=$(shell ./misc/hash.sh) -- cgit v1.2.3