You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sapi/apache/config.m4
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ AC_ARG_WITH(apxs,
20
20
AC_EXPAND_PATH($withval, APXS)
21
21
fi
22
22
23
-
if!$APXS -q CFLAGS >/dev/null 2>&1;then
23
+
if$APXS -q CFLAGS >/dev/null 2>&1;then
24
+
:
25
+
else
24
26
AC_MSG_RESULT()
25
27
$APXS
26
28
AC_MSG_ERROR([Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs])
0 commit comments