From 741a8b724e47557c74df8950da5c879787ef55f5 Mon Sep 17 00:00:00 2001
From: Mans Rullgard <mans@mansr.com>
Date: Fri, 12 Oct 2012 21:42:27 +0000
Subject: [PATCH] configure: recognise Minix as OS

No special setup is required for Minix.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 22becbff01e..534c80d41b9 100755
--- a/configure
+++ b/configure
@@ -2875,6 +2875,8 @@ case $target_os in
         add_cppflags -D_OSF_SOURCE -D_POSIX_PII -D_REENTRANT
         AVSERVERLDFLAGS=
         ;;
+    minix)
+        ;;
     none)
         ;;
     *)
-- 
GitLab