Skip to content

Commit

Permalink
Fix incorrect file name introduced by copy and paste
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 20, 2024
1 parent ae20c86 commit fad9568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if test "$PHP_PHPY" != "no"; then

if test -f "$abs_srcdir/phpy.cc"; then
phpy_source_dir=$abs_srcdir
elif test -f "php_swoole.cc"; then
elif test -f "phpy.cc"; then
phpy_source_dir=$(pwd)
else
phpy_source_dir="ext/phpy"
Expand Down

0 comments on commit fad9568

Please sign in to comment.