Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Sep 19, 2011
1 parent 747a97b commit 6d652d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions m4/vlc.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dnl Macros needed for VLC
dnl $Id$

dnl ===========================================================================
dnl Macros to add plugins or builtins and handle their flags
Expand All @@ -13,7 +12,6 @@ AC_DEFUN([VLC_ADD_PLUGIN], [
])
])

dnl Special cases: vlc, pics, plugins, save
AC_DEFUN([VLC_ADD_CPPFLAGS], [
m4_foreach_w([element], [$1], [
[eval "CPPFLAGS_]element[="'"$'"{CPPFLAGS_]element[} $2"'"']
Expand Down Expand Up @@ -99,4 +97,3 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
AC_MSG_RESULT(${LIBEXT})
AC_DEFINE_UNQUOTED(LIBEXT, "${LIBEXT}", [Dynamic object extension])
])

0 comments on commit 6d652d1

Please sign in to comment.