Rename STATIC_PCRE to FEATURE_DYNAMIC_PCRE
authorFabian Keil <fk@fabiankeil.de>
Tue, 20 May 2014 15:02:09 +0000 (15:02 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 20 May 2014 15:02:09 +0000 (15:02 +0000)
... to be more consistent with other feature names.

This change belongs to a previous commit but got lost
after the git export due to human error.

acconfig.h

index 286ff62..d2f50a2 100644 (file)
 /*
  * Should pcre be statically built in instead of linkling with libpcre?
  * (This is determined by configure depending on the availiability of
- * libpcre and user preferences). The name is ugly, but pcre needs it.
+ * libpcre and user preferences).
  * Don't bother to change this here! Use configure instead.
  */
-#undef STATIC_PCRE
+#undef FEATURE_DYNAMIC_PCRE
 
 /*
  * Should pcrs be statically built in instead of linkling with libpcrs?