[vlc-commits] configure: no need for -DSYS_*

Rémi Denis-Courmont git at videolan.org
Sun Aug 21 10:24:19 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 21 11:20:30 2011 +0300| [31bd28e4301cca7803fe0ac3f76a7abd0fdb2b01] | committer: Rémi Denis-Courmont

configure: no need for -DSYS_*

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31bd28e4301cca7803fe0ac3f76a7abd0fdb2b01
---

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index bd9a073..c8070e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -564,9 +564,6 @@ dnl Plugin compilation stuff
 
 VLC_LIBRARY_SUFFIX
 
-dnl The -DSYS_FOO flag
-CPPFLAGS_save="${CPPFLAGS_save} -DSYS_`echo ${SYS} | sed -e 's/-.*//' | tr 'abcdefghijklmnopqrstuvwxyz.' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`"; CPPFLAGS="${CPPFLAGS_save}"
-
 dnl Check for system libs needed
 need_libc=false
 



More information about the vlc-commits mailing list