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 0244ca1 commit e178bdcCopy full SHA for e178bdc
sapi/milter/config.m4
@@ -6,9 +6,9 @@ AC_MSG_CHECKING(for Milter support)
6
AC_ARG_WITH(milter,
7
[ --with-milter=DIR Build PHP as Milter application],[
8
if test "$withval" = "yes"; then
9
- MILTERPATH=/usr
+ MILTERPATH=/usr
10
else
11
- MILTERPATH=$withval
+ MILTERPATH=$withval
12
fi
13
14
SAPI_MILTER_PATH=sapi/milter/php-milter
@@ -23,10 +23,9 @@ AC_ARG_WITH(milter,
23
24
INSTALL_IT="\$(INSTALL) -m 0755 \$(SAPI_MILTER_PATH) \$(bindir)/php-milter"
25
RESULT=yes
26
+
27
PHP_SUBST(BUILD_MILTER)
- PHP_SUBST(FASTCGI_LIBADD)
28
- PHP_SUBST(EXT_PROGRAM_LDADD)
29
],[
30
RESULT=no
31
])
32
-AC_MSG_RESULT($RES
+AC_MSG_RESULT($RESULT)
0 commit comments