1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

just comment it out

This commit is contained in:
Yang Tse 2009-06-08 02:41:15 +00:00
parent 448f448d14
commit 2b4f41603d

View File

@ -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)