EDS compatibility: accept libedataserver-1.2.so.14

EDS 2.32 comes with libedataserver-1.2.so.14 and works. No need
to warn about a potential compatibility issue.
This commit is contained in:
Patrick Ohly 2011-08-03 13:12:38 +02:00
parent cb25e44871
commit 70d7814904

View file

@ -184,7 +184,7 @@ extern "C" void EDSAbiWrapperInit()
#ifdef EVOLUTION_COMPATIBILITY
# ifdef HAVE_EDS
edshandle =
findSymbols("libedataserver-1.2.so", 7, 13,
findSymbols("libedataserver-1.2.so", 7, 14,
FIND_SYMBOLS_NEED_ALL|FIND_SYMBOLS_LENIENT_MAX_VERSION, NULL,
&EDSAbiWrapperSingleton.e_source_get_type, "e_source_get_type",
&EDSAbiWrapperSingleton.e_source_get_uri, "e_source_get_uri",