From 75413cdd8670c745342818937f34a15c99594d71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 20 Oct 2006 21:29:07 +0000 Subject: [PATCH] s/target/host/ --- m4/vlc.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/vlc.m4 b/m4/vlc.m4 index 144104d987..59532b52eb 100644 --- a/m4/vlc.m4 +++ b/m4/vlc.m4 @@ -137,7 +137,7 @@ dnl Macros for shared object handling (TODO) AC_DEFUN([VLC_LIBRARY_SUFFIX], [ AC_MSG_CHECKING(for shared objects suffix) - case "${target_os}" in + case "${host_os}" in darwin*) LIBEXT=".dylib" ;; @@ -158,7 +158,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [ AC_DEFUN([VLC_SYMBOL_PREFIX], [ AC_MSG_CHECKING(for prefix to exported symbols) SYMPREF="" - case "${target_os}" in + case "${host_os}" in darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*) SYMPREF="_" ;; -- 2.39.5