]> Savannah Git Hosting - gnulib.git/commit
unictype/category-none: fix link with libunistring
authorDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 06:46:54 +0000 (15:46 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 06:56:42 +0000 (15:56 +0900)
commit40023a310ff6a829ce145f80ecfae15f498fe1d8
tree492bc1be9b32c4f46021149f4b309d4964c2fa1a
parentc7e000ae818fd62ccabd806d78b4b6c28f6decc9
unictype/category-none: fix link with libunistring

Since _UC_CATEGORY_NONE is not a public symbol, it will be
prefixed with "libstring_" when compiled as part of libunistring.
To avoid undefined symbol at link time, increase the minimum
version when the dependant modules are updated.
* modules/unictype/category-none (configure.ac): Bump minimum
version to 0.9.5.
ChangeLog
modules/unictype/category-none