]> git.sesse.net Git - vlc/commitdiff
configure: Remove broken \\\ in Sparkle include.
authorPierre d'Herbemont <pdherbemont@free.fr>
Fri, 18 Dec 2009 09:30:21 +0000 (10:30 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Fri, 18 Dec 2009 09:30:21 +0000 (10:30 +0100)
Reported by seventoes and kettch.

configure.ac

index 7245b397f4b79b9791f983af4b94b3caa3782a2e..bdc227513692fdf1e6c4d41b973c72bb1f2c5536 100644 (file)
@@ -4463,8 +4463,8 @@ then
   VLC_ADD_LDFLAGS([macosx minimal_macosx],            [-Wl,-framework,CoreServices])
   VLC_ADD_LDFLAGS([macosx minimal_macosx],            [-Wl,-framework,AGL])
   VLC_ADD_LDFLAGS([macosx],                           [-Wl,-framework,IOKit])
-  VLC_ADD_LDFLAGS([macosx],                           [-F\\\${CONTRIB_DIR}/Sparkle -Wl,-framework,Sparkle])
-  VLC_ADD_OBJCFLAGS([macosx],                         [-F\\\${CONTRIB_DIR}/Sparkle])
+  VLC_ADD_LDFLAGS([macosx],                           [-F${CONTRIB_DIR}/Sparkle -Wl,-framework,Sparkle])
+  VLC_ADD_OBJCFLAGS([macosx],                         [-F${CONTRIB_DIR}/Sparkle])
   dnl For bug report
   VLC_ADD_LDFLAGS([macosx],                           [-Wl,-framework,AddressBook])
   VLC_ADD_LDFLAGS([qtcapture],                        [-Wl,-framework,QTKit])