Commit 75413cdd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

s/target/host/

parent 026c8f5b
...@@ -137,7 +137,7 @@ dnl Macros for shared object handling (TODO) ...@@ -137,7 +137,7 @@ dnl Macros for shared object handling (TODO)
AC_DEFUN([VLC_LIBRARY_SUFFIX], [ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
AC_MSG_CHECKING(for shared objects suffix) AC_MSG_CHECKING(for shared objects suffix)
case "${target_os}" in case "${host_os}" in
darwin*) darwin*)
LIBEXT=".dylib" LIBEXT=".dylib"
;; ;;
...@@ -158,7 +158,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [ ...@@ -158,7 +158,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
AC_DEFUN([VLC_SYMBOL_PREFIX], [ AC_DEFUN([VLC_SYMBOL_PREFIX], [
AC_MSG_CHECKING(for prefix to exported symbols) AC_MSG_CHECKING(for prefix to exported symbols)
SYMPREF="" SYMPREF=""
case "${target_os}" in case "${host_os}" in
darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*) darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
SYMPREF="_" 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