[vlc-commits] configure: fix typo
Pierre Ynard
git at videolan.org
Tue Feb 15 21:55:20 CET 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Feb 15 21:54:59 2011 +0100| [26e35305c069d98e18d96113c104307724a2a5d5] | committer: Pierre Ynard
configure: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26e35305c069d98e18d96113c104307724a2a5d5
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5da476e..aff587d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3703,7 +3703,7 @@ AS_IF([test "${enable_skins2}" = "yes"], [
], [
PKG_CHECK_MODULES([XPM], [xpm])
PKG_CHECK_MODULES([XEXT], [xext])
- VLC_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 ${X_CFLAGS} ${XEXT_CFLAGS} {XPM_CFLAGS} -DX11_SKINS])
+ VLC_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 ${X_CFLAGS} ${XEXT_CFLAGS} ${XPM_CFLAGS} -DX11_SKINS])
VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
VLC_ADD_LIBS([skins2],[${X_LIBS} ${X_PRE_LIBS} ${XEXT_LIBS} ${XPM_LIBS} -lX11])
need_xid_provider="no"
More information about the vlc-commits
mailing list