From kfm-devel Fri Oct 26 00:24:54 2001 From: Michael Bedy Date: Fri, 26 Oct 2001 00:24:54 +0000 To: kfm-devel Subject: Obsolete old regex support? X-MARC-Message: https://marc.info/?l=kfm-devel&m=100405597428376 Hi, It looks like it is necessary to use pcre's "native" interface to get the correct behaviour. So, the question is should I: 1) Go thorugh the trouble of maintaining both interfaces in the code via ifdefs. 2) Disable regex support completely if you don't have pcre. 3) Make pcre a hard requirement. Comments? - Mike