From a26666d805b5fd7835af98893a2bd5b28833abd3 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Mon, 9 Mar 2020 10:06:32 +0100 Subject: [PATCH] Mention CURL in the header and the build config. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index df09ab5c..b5d00082 100755 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ # - libGL # # # # Optional dependencies: # +# - CURL # # - OpenAL # # # # Platforms: # @@ -328,6 +329,7 @@ all: config client server game ref_gl1 ref_gl3 ref_soft config: @echo "Build configuration" @echo "============================" + @echo "WITH_CURL = $(WITH_CURL)" @echo "WITH_OPENAL = $(WITH_OPENAL)" @echo "WITH_SYSTEMWIDE = $(WITH_SYSTEMWIDE)" @echo "WITH_SYSTEMDIR = $(WITH_SYSTEMDIR)"