Commit e789a380 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed small fix issue I introduced with my previous commit.

parent 4aabbc5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ ifdef DYN
else
  curl_DEPENDENCIES = ../lib/libcurl.a
  curl_LDADD = -L../lib -lcurl
  COMPILE += -DCURL_STATICLIB
  CFLAGS += -DCURL_STATICLIB
endif
ifdef ARES
  CFLAGS += -DUSE_ARES