mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove support for ancient versions of AQBanking.
Requires Gwenhywfar >= 4.9.99 and AQBanking >= 5.3.4, the versions just before the ones provided by Ubuntu 14.04LTS Removes all definitions and ifdeffed code for earlier versions. Removes the never-completed SEPA character checking that was if-zeroed.
This commit is contained in:
@@ -357,8 +357,8 @@ endif ()
|
||||
|
||||
# ############################################################
|
||||
if (WITH_AQBANKING)
|
||||
gnc_pkg_check_modules (GWENHYWFAR REQUIRED gwenhywfar)
|
||||
gnc_pkg_check_modules (AQBANKING REQUIRED aqbanking)
|
||||
gnc_pkg_check_modules (GWENHYWFAR REQUIRED gwenhywfar>=4.9.99)
|
||||
gnc_pkg_check_modules (AQBANKING REQUIRED aqbanking>=5.3.4)
|
||||
if(WITH_GNUCASH)
|
||||
gnc_pkg_check_modules (GWEN_GTK3 gwengui-gtk3)
|
||||
if(GWEN_GTK3_FOUND AND GWEN_GTK3_VERSION VERSION_GREATER "4.20.0")
|
||||
|
||||
Reference in New Issue
Block a user