Changeset 75413cdd8670c745342818937f34a15c99594d71

Show
Ignore:
Timestamp:
10/20/06 23:29:07 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1161379747 +0000
git-parent:

[026c8f5b28a31ea776f861d93d171ac67dcefd13]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1161379747 +0000
Message:

s/target/host/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • m4/vlc.m4

    r0a5027d r75413cd  
    138138AC_DEFUN([VLC_LIBRARY_SUFFIX], [ 
    139139  AC_MSG_CHECKING(for shared objects suffix) 
    140   case "${target_os}" in 
     140  case "${host_os}" in 
    141141    darwin*) 
    142142      LIBEXT=".dylib" 
     
    159159  AC_MSG_CHECKING(for prefix to exported symbols) 
    160160  SYMPREF="" 
    161   case "${target_os}" in 
     161  case "${host_os}" in 
    162162    darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*) 
    163163      SYMPREF="_"