Lines Matching refs:with_gpm
9176 [with_gpm=$withval],
9177 [with_gpm=maybe])
9178 AC_MSG_RESULT($with_gpm)
9180 if test "$with_gpm" != no ; then
9183 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then
9186 with_gpm=yes
9188 AC_CHECK_LIB(gpm,Gpm_Open,[with_gpm=yes],[
9189 if test "$with_gpm" = maybe; then
9191 with_gpm=no
9198 test "$with_gpm" != maybe && AC_MSG_WARN(Cannot find GPM header)
9199 with_gpm=no