From 6778237e119ba28f4d8c1b3293ac9a148b408771 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 7 May 2014 13:42:34 +0200 Subject: Fix 694428: use system CURL library if available. --- Makethird | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makethird') diff --git a/Makethird b/Makethird index 123d5509..73638699 100644 --- a/Makethird +++ b/Makethird @@ -454,6 +454,10 @@ CURL_CFLAGS := -I$(CURL_DIR)/include CURL_LIBS := $(SYS_CURL_DEPS) HAVE_CURL := yes + +else ifeq "$(HAVE_CURL)" "yes" +CURL_CFLAGS := $(SYS_CURL_CFLAGS) +CURL_LIBS := $(SYS_CURL_LIBS) endif # --- X11 --- @@ -461,7 +465,4 @@ endif ifeq "$(HAVE_X11)" "yes" X11_CFLAGS := $(SYS_X11_CFLAGS) X11_LIBS := $(SYS_X11_LIBS) -else -X11_CFLAGS := -X11_LIBS := endif -- cgit v1.2.3