We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a082cce commit d784091Copy full SHA for d784091
Makefile
@@ -6,11 +6,12 @@ MODULE_PATH = $(CUR_PATH)
6
PREFIX_PATH = $(CUR_PATH)/test-root
7
8
NGX_CONFIGURE = ./auto/configure
9
-## NginX change configure path, so handle this {{{
+## Some versions of nginx have different path of the configure,
10
+## following lines are handle it {{
11
ifeq ($(shell [ -e "$(NGX_PATH)/configure" ] && echo 1 || echo 0 ), 1)
12
NGX_CONFIGURE=./configure
13
endif
-## }}}
14
+## }}
15
16
MODULE_PATH = $(CUR_PATH)
17
0 commit comments