forked from mia/Aegisub
Fix AC_MSG_RESULT for perl == no (it was set to print "yes").
Originally committed to SVN as r1990.
This commit is contained in:
parent
6c7b619c83
commit
20eb82d397
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ if test -z "$perl_disabled"; then
|
|||
AC_MSG_RESULT([$PERL_LDFLAGS])
|
||||
|
||||
else
|
||||
AC_MSG_RESULT([yes])
|
||||
AC_MSG_RESULT([no])
|
||||
with_perl=no
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue