aboutsummaryrefslogtreecommitdiff
path: root/auto/endianess
diff options
context:
space:
mode:
Diffstat (limited to 'auto/endianess')
-rw-r--r--auto/endianess2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/endianess b/auto/endianess
index 640b46592..578dd4513 100644
--- a/auto/endianess
+++ b/auto/endianess
@@ -25,7 +25,7 @@ eval "${CC} -o $NGX_AUTOTEST $NGX_AUTOTEST.c >> $NGX_ERR 2>&1"
if [ -x $NGX_AUTOTEST ]; then
if $NGX_AUTOTEST 2>&1 > /dev/null; then
echo " little endianess"
- have=HAVE_LITTLE_ENDIAN . auto/have
+ have=NGX_HAVE_LITTLE_ENDIAN . auto/have
else
echo " big endianess"
fi