From deeaaf9e770b221bb99eb343d887d2c8ac7cdfc8 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 5 Aug 2008 16:44:08 +0000 Subject: [PATCH] Remove a mention of pcre.so from scripting.xml. --- docs/scripting.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 54d9a0e55..dd6319e92 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -3842,8 +3842,7 @@ The mainloop function will work on each runlevel grouping of threads in order. If your module does have dependencies you will most probably have to add checks for those libraries to configure.ac and put the dependencies inside the libtool - commands in Makefile.in—here you should - take a look at how pcre.so handles this. + commands in Makefile.in.