Commit 54f684b7 authored by François Revol's avatar François Revol Committed by Max Kellermann

configure: add tests for Haiku tools (rc, xres)

parent 1943b158
......@@ -116,6 +116,10 @@ darwin*)
solaris*)
host_is_solaris=yes
;;
haiku*)
AC_CHECK_TOOL(RC, rc)
AC_CHECK_TOOL(XRES, xres)
;;
esac
AM_CONDITIONAL([ANDROID], [test x$host_is_android = xyes])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment