Skip to content

Commit 8737936

Browse files
committed
Typo fix
1 parent ae07405 commit 8737936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if test "$PHP_MACRO" != "no"; then
2222
fi
2323
done
2424

25-
if test -z "$MCPP_INCLUDE_DIR" || test -z "$mcpp_LIB_DIR"; then
25+
if test -z "$MCPP_INCLUDE_DIR" || test -z "$MCPP_LIB_DIR"; then
2626
AC_MSG_RESULT([mcpp not found])
2727
AC_MSG_ERROR([Please reinstall the mcpp distribution])
2828
fi

0 commit comments

Comments
 (0)