diff options
Diffstat (limited to 'auto/configure')
-rwxr-xr-x | auto/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/configure b/auto/configure index eb32f623e..9429373ca 100755 --- a/auto/configure +++ b/auto/configure @@ -36,6 +36,6 @@ if [ "$PLATFORM" != win32 ]; then . auto/unix fi -have NGX_SMP . auto/have +have=NGX_SMP . auto/have . auto/summary |