mirror of https://github.com/odrling/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
|
@ -427,7 +427,7 @@ if test -z "$perl_disabled"; then
|
||||||
AC_MSG_RESULT([$PERL_LDFLAGS])
|
AC_MSG_RESULT([$PERL_LDFLAGS])
|
||||||
|
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([no])
|
||||||
with_perl=no
|
with_perl=no
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue