mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 19:00:18 -06:00
Allow GUILE1_PROGS as m4 name
Patch by dimstar@opensuse.org http://lists.gnucash.org/logs/2014/10/2014-10-01.html#T16:46:18
This commit is contained in:
parent
7a22644447
commit
7e0b7834d9
@ -479,7 +479,9 @@ PKG_CHECK_MODULES(GUILE,
|
||||
[guile-1.8 >= 1.8.5],
|
||||
[m4_ifdef([GUILE1_8_PROGS],
|
||||
[ GUILE1_8_PROGS ],
|
||||
[ GUILE_PROGS ])
|
||||
[ m4_ifdef([GUILE1_PROGS],
|
||||
[ GUILE1_PROGS ],
|
||||
[ GUILE_PROGS ])])
|
||||
], [
|
||||
PKG_CHECK_MODULES(GUILE,
|
||||
[guile-2.0 >= 2.0.0],
|
||||
|
Loading…
Reference in New Issue
Block a user