Changeset 75413cdd8670c745342818937f34a15c99594d71
- 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
| r0a5027d |
r75413cd |
|
| 138 | 138 | AC_DEFUN([VLC_LIBRARY_SUFFIX], [ |
|---|
| 139 | 139 | AC_MSG_CHECKING(for shared objects suffix) |
|---|
| 140 | | case "${target_os}" in |
|---|
| | 140 | case "${host_os}" in |
|---|
| 141 | 141 | darwin*) |
|---|
| 142 | 142 | LIBEXT=".dylib" |
|---|
| … | … | |
| 159 | 159 | AC_MSG_CHECKING(for prefix to exported symbols) |
|---|
| 160 | 160 | SYMPREF="" |
|---|
| 161 | | case "${target_os}" in |
|---|
| | 161 | case "${host_os}" in |
|---|
| 162 | 162 | darwin* | *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*) |
|---|
| 163 | 163 | SYMPREF="_" |
|---|