Changeset 6d56f8539f00c20aece1d80355edb8875c20b12f

Show
Ignore:
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
  • configure.ac

    r4e5b497 r6d56f85  
    393393dnl Gettext stuff 
    394394dnl 
    395 AM_GNU_GETTEXT_VERSION(0.16.1
     395AM_GNU_GETTEXT_VERSION(0.15
    396396AM_GNU_GETTEXT([external]) 
    397397VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}]) 
     
    60766076AC_SUBST(VERSION_REVISION) 
    60776077AC_DEFINE_UNQUOTED(VLC_COMPILE_BY, "`whoami`", [user who ran configure])  
    6078 if test "${SYS}" = "cygwin" 
     6078if test "${build_os}" = "cygwin" 
    60796079then 
    60806080    AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname`", [host which ran configure])