Commit 6d652d11 authored by Rafaël Carré's avatar Rafaël Carré

remove obsolete comment

parent 747a97b2
dnl Macros needed for VLC dnl Macros needed for VLC
dnl $Id$
dnl =========================================================================== dnl ===========================================================================
dnl Macros to add plugins or builtins and handle their flags dnl Macros to add plugins or builtins and handle their flags
...@@ -13,7 +12,6 @@ AC_DEFUN([VLC_ADD_PLUGIN], [ ...@@ -13,7 +12,6 @@ AC_DEFUN([VLC_ADD_PLUGIN], [
]) ])
]) ])
dnl Special cases: vlc, pics, plugins, save
AC_DEFUN([VLC_ADD_CPPFLAGS], [ AC_DEFUN([VLC_ADD_CPPFLAGS], [
m4_foreach_w([element], [$1], [ m4_foreach_w([element], [$1], [
[eval "CPPFLAGS_]element[="'"$'"{CPPFLAGS_]element[} $2"'"'] [eval "CPPFLAGS_]element[="'"$'"{CPPFLAGS_]element[} $2"'"']
...@@ -99,4 +97,3 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [ ...@@ -99,4 +97,3 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
AC_MSG_RESULT(${LIBEXT}) AC_MSG_RESULT(${LIBEXT})
AC_DEFINE_UNQUOTED(LIBEXT, "${LIBEXT}", [Dynamic object extension]) AC_DEFINE_UNQUOTED(LIBEXT, "${LIBEXT}", [Dynamic object extension])
]) ])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment