Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: zsh/pcre module
- X-seq: zsh-workers 15221
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Clint Adams" <clint@xxxxxxx>, <zsh-workers@xxxxxxxxxx>
- Subject: RE: PATCH: zsh/pcre module
- Date: Tue, 3 Jul 2001 10:57:48 +0400
- Importance: Normal
- In-reply-to: <20010702153553.A22477@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> +AC_CHECK_LIB(pcre, pcre_compile)
I urge everybody to use AC_SEARCH_LIB. AC_CHECK_LIB has nasty habit of
adding library even when it is not needed; moreover, it does it in front,
thus sometimes preventing you from using your own library.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author