autotools: evil: add needed -lmsvcr100 library flag for _create/_free_locale()
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 7 Dec 2018 10:14:46 +0000 (11:14 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 04:20:08 +0000 (13:20 +0900)
commit06a67f0c79c30b4d2877d570bdc7d8adf5c7ab0d
tree5b1d45a04e583e45f365a3199bdea705911373ce
parent4f7c7d3e7e2a9f48e039579cbf4bf7198e3e1139
autotools: evil: add needed -lmsvcr100 library flag for _create/_free_locale()

Since commit 33b8e5157a25b73a0729055ecd22b17e97781e11 we need these two
new symbols on our windows cross build. At least on my mingw system they
are not showing up by default and I need to ensure we are linking
against msvcr100 to get them or I get undefined references during
linking.

Reviewed-by: Marcel Hollerbach <marcel-hollerbach@t-online.de>
Differential Revision: https://phab.enlightenment.org/D7428
configure.ac