------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=964 Summary: configure script error Product: PCRE Version: 8.01 Platform: All OS/Version: All Status: NEW Severity: bug Priority: medium Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] obviously nobody has tried to build on a machine with only 'strtoq()' for a long time. I"m using a just downloaded copy of 8.01 -- I suspect this problem has been around for a number of prior versions as well. There is a *TYPO* in the configure / configure.ac files -- the test for existence of the longlong conversion routines has the name 'srtoq' in the for list, not strtoq. line # 16991 in configure line # 355 in configure.ac a simple 1,$s/srtoq/strtoq/g fixes the problem. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
