Skip to content

Commit cc832a6

Browse files
committed
Merge branch 'master' of github.com:php-decimal/ext-decimal
2 parents 48920be + 10d761b commit cc832a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.m4

Lines changed: 1 addition & 1 deletion
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)