From: Yang Tse Date: Mon, 8 Jun 2009 02:41:15 +0000 (+0000) Subject: just comment it out X-Git-Tag: curl-7_19_6~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b4f41603dc35709b1f868e57797872f27ee28f1;p=curl just comment it out --- diff --git a/ares/Makefile.am b/ares/Makefile.am index 7e3b96626..b8bcee81b 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -91,9 +91,7 @@ if NO_UNDEFINED UNDEF = -no-undefined endif -if DONT_SKIP_THE_EXPORT_SYMBOLS_REGEX -EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*' -endif +# EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*' libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)