comparison auto/lib/pcre/conf @ 306:6b91bfbc4123

nginx-0.0.3-2004-04-05-00:32:09 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 04 Apr 2004 20:32:09 +0000
parents ee394e997c77
children ce375c313e96
comparison
equal deleted inserted replaced
305:4b1a3a4acc60 306:6b91bfbc4123
29 29
30 *) 30 *)
31 have=HAVE_PCRE . auto/have 31 have=HAVE_PCRE . auto/have
32 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h" 32 CORE_DEPS="$CORE_DEPS $PCRE/pcre.h"
33 LINK_DEPS="$LINK_DEPS $PCRE/.libs/libpcre.a" 33 LINK_DEPS="$LINK_DEPS $PCRE/.libs/libpcre.a"
34 CORE_LIBS="$CORE_LIBS -L $PCRE/.libs -lpcre" 34 CORE_LIBS="$CORE_LIBS $PCRE/.libs/libpcre.a"
35 #CORE_LIBS="$CORE_LIBS -L $PCRE/.libs -lpcre"
35 ;; 36 ;;
36 37
37 esac 38 esac
38 39
39 else 40 else