view auto/have @ 5581:4dee5ad51e9e

Upstream: fixed error message wording.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 20 Feb 2014 13:48:40 +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