Re: Fix a build issue with finding apr-config for ctypesgen

2009-11-30 Thread Julian Foad
On Fri, 2009-11-27, I (Julian Foad) wrote: > I built ctypes-python for the first time today. It didn't pick up my > "apr" and "apr-util" locations automatically, and this patch fixes that. Committed revision 885372. - Julian > [[[ > Fix a problem in the automatic finding of 'apr-1-config' by >

Fix a build issue with finding apr-config for ctypesgen

2009-11-27 Thread Julian Foad
I built ctypes-python for the first time today. It didn't pick up my "apr" and "apr-util" locations automatically, and this patch fixes that. [[[ Fix a problem in the automatic finding of 'apr-1-config' by 'make ctypes-python'. * build/ac-macros/apr.m4 (SVN_LIB_APR): Set the 'SVN_APR_CONFIG' su