diff options
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | 2012-05-26 22:51:03 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-05-26 23:12:09 +0200 |
commit | 1bfd750f3f9e173ce5a6735756106cf6a1804960 (patch) | |
tree | 35251f9f29750ebef094ccf30b413eaa1a1ca918 /src/Makefile.am | |
parent | 7bdb9fba952ea24390b903478aedb5e1615ae2d4 (diff) | |
download | curl-1bfd750f3f9e173ce5a6735756106cf6a1804960.tar.gz |
Reduced #ifdef HAVE_METALINK
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 90c9716b6..6e8ce38a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,9 +50,6 @@ AM_CPPFLAGS = -DCURL_STATICLIB endif include Makefile.inc -if HAVE_LIBMETALINK -include Makefile-metalink.inc -endif # HAVE_LIBMETALINK # This might hold -Werror CFLAGS += @CURL_CFLAG_EXTRAS@ @LIBMETALINK_CFLAGS@ |