Skip to content

Commit d6b0e7d

Browse files
committed
fix build
1 parent 7248e96 commit d6b0e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if test "$PHP_DECIMAL" != "no"; then
4040
else
4141
AC_MSG_CHECKING([for libmpdec headers in default path])
4242
if test -r $LIBMPDEC_INC/mpdecimal.h; then
43-
PHP_ADD_INCLUDE(LIBMPDEC_INC)
43+
PHP_ADD_INCLUDE($LIBMPDEC_INC)
4444
AC_MSG_RESULT(found in $LIBMPDEC_INC)
4545
else
4646
AC_MSG_WARN(not found)

0 commit comments

Comments
 (0)