Searched refs:enable_selection_ops (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dconfigure.in918 [enable_selection_ops=no],
919 [enable_selection_ops=yes])
920 AC_MSG_RESULT($enable_selection_ops)
921 test "$enable_selection_ops" = no && AC_DEFINE(OPT_SELECTION_OPS,0,[Define to 0 disable selection-action operations])
H A Dconfigure22889 if test "${enable_selection_ops+set}" = set; then
22890 enableval="$enable_selection_ops"
22893 enable_selection_ops=no
22895 enable_selection_ops=yes
22899 enable_selection_ops=yes
22902 echo "$as_me:22902: result: $enable_selection_ops" >&5
22903 echo "${ECHO_T}$enable_selection_ops" >&6
22904 test "$enable_selection_ops" = no &&

Completed in 22 milliseconds