view auto/have @ 4761:3010db312c91

Made sure to run configure in a "C" locale. Otherwise, we may fail to properly detect a version of compiler.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:16:09 +0000
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