Commit 910de3f2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove un-needed SYMPREF

parent c3908365
......@@ -460,9 +460,6 @@ dnl Plugin compilation stuff
VLC_LIBRARY_SUFFIX
VLC_SYMBOL_PREFIX
AC_SUBST(SYMPREF)
dnl The -DSYS_FOO flag
CPPFLAGS_save="${CPPFLAGS_save} -DSYS_`echo ${SYS} | sed -e 's/-.*//' | tr 'abcdefghijklmnopqrstuvwxyz.' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`"; CPPFLAGS="${CPPFLAGS_save}"
......
......@@ -167,14 +167,3 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
AC_DEFINE_UNQUOTED(LIBEXT, "${LIBEXT}", [Dynamic object extension])
])
AC_DEFUN([VLC_SYMBOL_PREFIX], [
AC_MSG_CHECKING(for prefix to exported symbols)
SYMPREF=""
case "${host_os}" in
darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
SYMPREF="_"
;;
esac
AC_MSG_RESULT(${SYMPREF})
])
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