Changeset 858

Show
Ignore:
Timestamp:
03/03/06 12:54:15 (3 years ago)
Author:
abauer
Message:

Moved the newer evolutions to the top of the list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/evolution2/configure.in

    r734 r858  
    1919AC_SUBST(PACKAGE_LIBS) 
    2020 
    21 PKG_CHECK_MODULES(EPACKAGE, [$pkg_emodules_10], EDSFOUND=1, [EDSFOUND=0]) 
     21PKG_CHECK_MODULES(EPACKAGE, [$pkg_emodules_12], EDSFOUND=1, [EDSFOUND=0]) 
    2222if test "x${EDSFOUND}" = "x0"; then 
    2323        PKG_CHECK_MODULES(EPACKAGE, [$pkg_emodules_11], EDSFOUND=1, [EDSFOUND=0]) 
    2424        if test "x${EDSFOUND}" = "x0"; then 
    25                 PKG_CHECK_MODULES(EPACKAGE, [$pkg_emodules_12],,AC_MSG_ERROR(No compatible evolution-data-server was found)) 
     25                PKG_CHECK_MODULES(EPACKAGE, [$pkg_emodules_10],,AC_MSG_ERROR(No compatible evolution-data-server was found)) 
    2626        fi 
    2727fi