Searched refs:with_gpm (Results 1 – 4 of 4) sorted by relevance
7460 withval="$with_gpm"7461 with_gpm=$withval7463 with_gpm=maybe7465 echo "$as_me:7465: result: $with_gpm" >&57466 echo "${ECHO_T}$with_gpm" >&67468 if test "$with_gpm" != no ; then7512 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then7521 with_gpm=yes7573 with_gpm=yes7576 if test "$with_gpm" = maybe; then[all …]
500 if test "$with_gpm" != no ; then509 if test "x$with_gpm" != xyes ; then510 CF_VERBOSE(assuming soname for gpm is $with_gpm)511 cf_cv_gpm_soname="$with_gpm"
9176 [with_gpm=$withval],9177 [with_gpm=maybe])9178 AC_MSG_RESULT($with_gpm)9180 if test "$with_gpm" != no ; then9183 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then9186 with_gpm=yes9188 AC_CHECK_LIB(gpm,Gpm_Open,[with_gpm=yes],[9189 if test "$with_gpm" = maybe; then9191 with_gpm=no9198 test "$with_gpm" != maybe && AC_MSG_WARN(Cannot find GPM header)[all …]
2998 + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,