]> git.sesse.net Git - vlc/commitdiff
configure.ac: typo
authorEric Petit <titer@videolan.org>
Wed, 28 Jul 2004 07:48:30 +0000 (07:48 +0000)
committerEric Petit <titer@videolan.org>
Wed, 28 Jul 2004 07:48:30 +0000 (07:48 +0000)
configure.ac

index 7af672a4696454d642afa2d0c5b5d83f4b898016..e11801dbffb9f7b0998df0c6d19f94972d8cc9c3 100644 (file)
@@ -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