diff --git a/gnucash.modules b/gnucash.modules index 81e345e0..9ac4db6f 100644 --- a/gnucash.modules +++ b/gnucash.modules @@ -142,8 +142,8 @@ - + @@ -153,7 +153,7 @@ + autogenargs="--with-guis='' --enable-local-install --disable-binreloc --disable-ssl"> diff --git a/jhbuildrc.in b/jhbuildrc.in index f7973aad..1f149bfb 100644 --- a/jhbuildrc.in +++ b/jhbuildrc.in @@ -78,6 +78,5 @@ module_makeargs["aqbanking"]="-j 1" module_makeargs["gnucash"]="-j 1" module_makeargs["gnucash-git"]="-j 1" -module_extra_env["gwenhywfar"]={'CPPFLAGS':_popen('pkg-config --cflags gtk+-2.0'), 'LDFLAGS':_popen('pkg-config --libs gtk+-2.0')} module_extra_env["gnucash"]={'ACLOCAL_FLAGS':'-I' + os.path.join('/mingw32', 'share', 'aclocal')}