Changeset 6d56f8539f00c20aece1d80355edb8875c20b12f
- Timestamp:
- 02/06/08 01:17:01
(7 months ago)
- Author:
- Dennis van Amerongen <trax@videolan.org>
- git-committer:
- Dennis van Amerongen <trax@videolan.org> 1202257021 +0000
- git-parent:
[c830a7515372e2e1eb55317b1ceb61d5669ea1dc]
- git-author:
- Dennis van Amerongen <trax@videolan.org> 1202257021 +0000
- Message:
* configure.ac: check for properly detecting cygwin instead of since in mno-cygwin mode we are dealing with mingw32 compiler and will be set to mingw32 and not cygwin..
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4e5b497 |
r6d56f85 |
|
| 393 | 393 | dnl Gettext stuff |
|---|
| 394 | 394 | dnl |
|---|
| 395 | | AM_GNU_GETTEXT_VERSION(0.16.1) |
|---|
| | 395 | AM_GNU_GETTEXT_VERSION(0.15) |
|---|
| 396 | 396 | AM_GNU_GETTEXT([external]) |
|---|
| 397 | 397 | VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}]) |
|---|
| … | … | |
| 6076 | 6076 | AC_SUBST(VERSION_REVISION) |
|---|
| 6077 | 6077 | AC_DEFINE_UNQUOTED(VLC_COMPILE_BY, "`whoami`", [user who ran configure]) |
|---|
| 6078 | | if test "${SYS}" = "cygwin" |
|---|
| | 6078 | if test "${build_os}" = "cygwin" |
|---|
| 6079 | 6079 | then |
|---|
| 6080 | 6080 | AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname`", [host which ran configure]) |
|---|