From: Matthieu Bouron Date: Wed, 26 Mar 2014 17:14:40 +0000 (+0000) Subject: configure.ac: fix OSX host check X-Git-Tag: 1.19.3~507^2~11561 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99bb72dbf4731b9a03cd8cc79e7588e3bc360a5c;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/configure.ac b/configure.ac index 102154a..b755300 100644 --- a/configure.ac +++ b/configure.ac @@ -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])