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 f54ef241c..daff4bd86 100755 --- a/auto/configure +++ b/auto/configure @@ -23,8 +23,8 @@ if [ "$NGX_PLATFORM" != win32 ]; then . auto/headers fi -. auto/cc/conf . auto/os/conf +. auto/cc/conf if [ "$NGX_PLATFORM" != win32 ]; then . auto/os/features |