Skip to content

Commit 23f76f4

Browse files
committed
fixup! ext/openssl: port to pkg-config macro and consistently require its use
re-add missing bit?
1 parent 79c8714 commit 23f76f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acinclude.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,6 +2246,8 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
22462246
if test -n "$OPENSSL_CFLAGS"; then
22472247
PHP_EVAL_INCLINE($OPENSSL_CFLAGS)
22482248
fi
2249+
ifelse([$2],[],:,[$2])
2250+
ifelse([$3],[],,[else $3])
22492251
fi
22502252
])
22512253

0 commit comments

Comments
 (0)