diff options
| -rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -600,6 +600,9 @@ fi if echo "${os_host}" | grep bsd >/dev/null 2>&1; then os_host="bsd" fi +if echo "${os_host}" | grep Haiku >/dev/null 2>&1; then + os_host="haiku" +fi # determining host # e.g. |
