[build] libgpm autoconf check

This commit is contained in:
Timothy Stack 2016-12-06 07:01:05 -08:00
parent d85ca570dd
commit 11d23a26d9
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ dnl and gpm libraries with interdependencies. This check is not required on OS X
AS_CASE(["$host_os"],
[darwin*],
[],
AC_SEARCH_LIBS(Gpm_Open, [gpm gpm2],
AC_SEARCH_LIBS(Gpm_Open, [gpm :libgpm.so.2],
AS_VAR_SET(HAVE_GPM, "1"),
AC_MSG_WARN(m4_join([ ],
[libgpm not found. If build fails later],