mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
configure.ac: fix OSX host check
Makes the check works with (i386|x86_64)-apple-darwin* hosts. https://bugzilla.gnome.org/show_bug.cgi?id=727104
This commit is contained in:
parent
218244a040
commit
99bb72dbf4
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ case $host in
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
i386-darwin* | x86_64-darwin*)
|
||||
i386*-darwin* | x86_64*-darwin*)
|
||||
dnl Only osx supports cocoa. ios requires EAGL.
|
||||
if test "x$NEED_WGL" = "xyes"; then
|
||||
AC_MSG_ERROR([WGL is not available on Mac OS X])
|
||||
|
|
Loading…
Reference in a new issue