comparison auto/inc @ 253:b6793bc5034b

nginx-0.0.2-2004-02-09-10:46:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 07:46:43 +0000
parents 1903c6821958
children 42d11f017717
comparison
equal deleted inserted replaced
252:84b1c672ec5a 253:b6793bc5034b
19 19
20 eval "${CC} -o $NGX_AUTOTEST $NGX_AUTOTEST.c >> $NGX_ERR 2>&1" 20 eval "${CC} -o $NGX_AUTOTEST $NGX_AUTOTEST.c >> $NGX_ERR 2>&1"
21 21
22 if [ -x $NGX_AUTOTEST ]; then 22 if [ -x $NGX_AUTOTEST ]; then
23 echo " found" 23 echo " found"
24 24 have=HAVE_$inc . auto/have
25 cat << END >> $NGX_AUTO_CONFIG_H
26
27 #ifndef HAVE_$inc
28 #define HAVE_$inc 1
29 #endif
30
31 END
32
33 eval "NGX_$inc='#include <$ngx_inc>'" 25 eval "NGX_$inc='#include <$ngx_inc>'"
34 ngx_found=yes 26 ngx_found=yes
35 27
36 else 28 else
37 echo " not found" 29 echo " not found"