From: Eric Petit Date: Wed, 28 Jul 2004 07:48:30 +0000 (+0000) Subject: configure.ac: typo X-Git-Tag: 0.8.0~812 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=26eb85c088d249df8b6e4d7ac92abddf8288d53d;p=vlc configure.ac: typo --- diff --git a/configure.ac b/configure.ac index 7af672a469..e11801dbff 100644 --- a/configure.ac +++ b/configure.ac @@ -1622,12 +1622,12 @@ dnl AC_ARG_ENABLE(screen, [ --enable-screen Screen capture support (default enabled)]) if test "${enable_screen}" != "no"; then - if test "${SYS}" == "darwin"; then + if test "${SYS}" = "darwin"; then AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, [ VLC_ADD_PLUGINS([screen]) VLC_ADD_LDFLAGS([screen],[-framework ApplicationServices]) ]) - elif test "${SYS}" != "mingw32"; then + elif test "${SYS}" = "mingw32"; then VLC_ADD_PLUGINS([screen]) VLC_ADD_LDFLAGS([screen],[-lgdi32]) elif test "${SYS}" = "beos"; then