view auto/have @ 5342:b3f6290a9401

Configure: pcre.lib dependencies fix. Previously, an attempt to build pcre.lib on win32 before anything else failed due to no pcre.h.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 23 Aug 2013 22:53:54 +0400
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END