[vlc-commits] Remove redumdant AC_SUBST's
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Feb 20 17:25:38 CET 2011
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 20 18:07:35 2011 +0200| [3e98dd0bfa20ba93a18b5bc9b2bec1c41411fea3] | committer: Rémi Denis-Courmont
Remove redumdant AC_SUBST's
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e98dd0bfa20ba93a18b5bc9b2bec1c41411fea3
---
 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8a5af9c..3b3cb6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3228,8 +3228,6 @@ AS_IF([test "${enable_glx}" != "no"], [
   ])
   VLC_ADD_PLUGIN([xcb_glx])
 ])
-AC_SUBST([GL_CFLAGS])
-AC_SUBST([GL_LIBS])
 
 dnl
 dnl  OpenGL
    
    
More information about the vlc-commits
mailing list