Searched refs:XCURSES_CONFIG (Results 1 – 2 of 2) sorted by relevance
22361 if test -n "$XCURSES_CONFIG"; then22362 ac_cv_prog_XCURSES_CONFIG="$XCURSES_CONFIG" # Let the user override the test.22377 XCURSES_CONFIG=$ac_cv_prog_XCURSES_CONFIG22378 if test -n "$XCURSES_CONFIG"; then22379 echo "$as_me:22379: result: $XCURSES_CONFIG" >&522380 echo "${ECHO_T}$XCURSES_CONFIG" >&622386 test -n "$XCURSES_CONFIG" && break22389 if test -z "$XCURSES_CONFIG"; then22390 ac_ct_XCURSES_CONFIG=$XCURSES_CONFIG22429 XCURSES_CONFIG=$ac_ct_XCURSES_CONFIG[all …]
3947 [AC_CHECK_TOOLS(XCURSES_CONFIG, xcurses-config, none)],3948 [AC_PATH_PROGS(XCURSES_CONFIG, xcurses-config, none)])3950 if test "$XCURSES_CONFIG" != none ; then3952 CF_ADD_CFLAGS(`$XCURSES_CONFIG --cflags`)3953 CF_ADD_LIBS(`$XCURSES_CONFIG --libs`)