]> git.sesse.net Git - vlc/commitdiff
s/target/host/
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 21:29:07 +0000 (21:29 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 20 Oct 2006 21:29:07 +0000 (21:29 +0000)
m4/vlc.m4

index 144104d987aba9c215c06419855f40226cc7dbb8..59532b52eb2b14f33ac14b73ec8159267471d5ff 100644 (file)
--- 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="_"
       ;;