diff options
Diffstat (limited to 'ext/pcre/pcrelib/pcredemo.c')
-rw-r--r-- | ext/pcre/pcrelib/pcredemo.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/pcre/pcrelib/pcredemo.c b/ext/pcre/pcrelib/pcredemo.c index 80aba0e19..4068e3e04 100644 --- a/ext/pcre/pcrelib/pcredemo.c +++ b/ext/pcre/pcrelib/pcredemo.c @@ -11,15 +11,12 @@ Compile thuswise: -R/usr/local/lib -lpcre Replace "/usr/local/include" and "/usr/local/lib" with wherever the include and -library files for PCRE are installed on your system. Only some operating +library files for PCRE are installed on your system. You don't need -I and -L +if PCRE is installed in the standard system libraries. Only some operating systems (e.g. Solaris) use the -R option. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif - #include <stdio.h> #include <string.h> #include <pcre.h> |