Skip to content

Commit ae5498c

Browse files
committed
Fixed typo
1 parent fdd9e0e commit ae5498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
6868
AC_MSG_WARN([pthreads not available])
6969
fi
7070

71-
CFLAGS="$CLFAGS_SAVE"
71+
CFLAGS="$CFLAGS_SAVE"
7272
LIBS="$LIBS_SAVE"
7373
else
7474
AC_DEFINE(HAVE_USERFAULTFD_WRITEFAULT, 1, [Whether faulting on write-protected memory support can be compiled for userfaultfd])

0 commit comments

Comments
 (0)