We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48920be + 10d761b commit cc832a6Copy full SHA for cc832a6
1 file changed
config.m4
@@ -40,7 +40,7 @@ if test "$PHP_DECIMAL" != "no"; then
40
else
41
AC_MSG_CHECKING([for libmpdec headers in default path])
42
if test -r $LIBMPDEC_INC/mpdecimal.h; then
43
- PHP_ADD_INCLUDE(LIBMPDEC_INC)
+ PHP_ADD_INCLUDE($LIBMPDEC_INC)
44
AC_MSG_RESULT(found in $LIBMPDEC_INC)
45
46
AC_MSG_WARN(not found)
0 commit comments