Re: [PATCH v3 1/2] Makefile: use curl-config to determine curl flags
From: Junio C Hamano <hidden> Date: 2016-06-15 23:00:53
Junio C Hamano [off-list ref] writes:
This "ifeq" is redundant and will never set CURL_LIBCURL to empty
without running the "else" part, I think. In a Makefile, a variable
explicitly set to empty and a variable that is unset are treated the
same....
$ make -f Makefile CURL_CONFIG=""
Empty Undefined
Oh, I was blind. Please ignore this noise.
Thanks.