[vlc-devel] [PATCH V2 2/8] configure: add HAVE_FREEBSD detection

Rémi Denis-Courmont remi at remlab.net
Tue Jan 22 13:07:21 CET 2019


This seems shortsighted. There are plenty of other BSD variants, and we are not soon done with this if we have to hand-code detection.

Le 22 janvier 2019 12:13:19 GMT+02:00, Thomas Guillem <thomas at gllm.fr> a écrit :
>---
> configure.ac | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/configure.ac b/configure.ac
>index 1b63a74736..a594054b66 100644
>--- a/configure.ac
>+++ b/configure.ac
>@@ -320,6 +320,7 @@ AM_CONDITIONAL([HAVE_LINUX],   [test "${SYS}" =
>"linux"])
> AM_CONDITIONAL([HAVE_OS2],     [test "${SYS}" = "os2"])
> 
> AM_CONDITIONAL([HAVE_DARWIN],  [test "${SYS}" = "darwin"])
>+AM_CONDITIONAL([HAVE_FREEBSD], [test "${SYS}" = "freebsd" -o "${SYS}"
>= "darwin"])
> AM_CONDITIONAL([HAVE_IOS],     [test "${HAVE_IOS}" = "1"])
> AM_CONDITIONAL([HAVE_OSX],     [test "${HAVE_OSX}" = "1"])
> AM_CONDITIONAL([HAVE_TVOS],    [test "${HAVE_TVOS}" = "1"])
>-- 
>2.20.1
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/80c06c96/attachment.html>


More information about the vlc-devel mailing list