[vlc-devel] commit: configure: Remove broken \\\ in Sparkle include. (Pierre d' Herbemont )
git version control
git at videolan.org
Fri Dec 18 10:31:06 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Dec 18 10:30:21 2009 +0100| [4c553411a34111323efc2fc276ba2213cfe10359] | committer: Pierre d'Herbemont
configure: Remove broken \\\ in Sparkle include.
Reported by seventoes and kettch.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c553411a34111323efc2fc276ba2213cfe10359
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7245b39..bdc2275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
More information about the vlc-devel
mailing list