Searched refs:fail_if_missing (Results 1 – 3 of 3) sorted by relevance
80 AC_ARG_ENABLE(fail_if_missing, optenable83 [fail_if_missing="yes"],84 [fail_if_missing="no"])85 AC_MSG_RESULT($fail_if_missing)750 if test "$fail_if_missing" = "yes" -a "$lua_ok" != "yes"; then1169 if test "$fail_if_missing" = "yes" -a "$perl_ok" != "yes"; then1403 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then1620 if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then1915 if test "$fail_if_missing" = "yes" -a -z "$TCL_SRC"; then2019 if test "$fail_if_missing" = "yes" -a -z "$RUBY_OBJ"; then[all …]
4475 enableval=$enable_fail_if_missing; fail_if_missing="yes"4477 fail_if_missing="no"4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $fail_if_missing" >&54481 $as_echo "$fail_if_missing" >&6; }5620 if test "$fail_if_missing" = "yes" -a "$lua_ok" != "yes"; then6232 if test "$fail_if_missing" = "yes" -a "$perl_ok" != "yes"; then6582 if test "$fail_if_missing" = "yes" -a "$python_ok" != "yes"; then6929 if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then7509 if test "$fail_if_missing" = "yes" -a -z "$TCL_SRC"; then7672 if test "$fail_if_missing" = "yes" -a -z "$RUBY_OBJ"; then[all …]
12571 Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)17213 Problem: fail_if_missing not used for Python 3.