Am 5/5/2011 0:00, schrieb Michał Kiedrowicz:
+# Define NO_LIBPCRE if you do not have libpcre installed.
This makes libpcre a requirement with an opt-out. But I can imagine that
there are many platforms where libpcre is not installed. We would have to
add NO_LIBPRCE=1 to many platform configuration sections. But how can this
setting be countermanded if someone does install libpcre on such a platform?
Wouldn't it be better to make this an opt-in (USE_LIBPCRE)?
-- Hannes