Skip to content

Commit 50607bf

Browse files
rootkeamasatake
authored andcommitted
buildsys: Fix check for perl
(Cherry picked from #3155.)
1 parent 3f0fa2c commit 50607bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ AC_PROG_LN_S
350350
AC_CHECK_PROG(STRIP, strip, strip, :)
351351
AC_SYS_LARGEFILE
352352

353-
AC_CHECK_PROGS([perl_found], [perl], [yes], [no])
353+
AC_CHECK_PROG([perl_found], [perl], [yes], [no])
354354
AM_CONDITIONAL([RUN_OPTLIB2C], [test "${perl_found}" = "yes"])
355355
AM_CONDITIONAL([RUN_TXT2CSTR], [test "${perl_found}" = "yes"])
356356

0 commit comments

Comments
 (0)