]> git.sesse.net Git - vlc/commitdiff
* configure.ac: check for properly detecting cygwin instead of since in mno-cygwin...
authorDennis van Amerongen <trax@videolan.org>
Wed, 6 Feb 2008 00:17:01 +0000 (00:17 +0000)
committerDennis van Amerongen <trax@videolan.org>
Wed, 6 Feb 2008 00:17:01 +0000 (00:17 +0000)
configure.ac

index 039c60aa986909a643fcbbff6a6e631dea7e0316..dbad5350d21853dfd268c363963a433466b921b0 100644 (file)
@@ -392,7 +392,7 @@ lt_cv_deplibs_check_method=pass_all
 dnl
 dnl Gettext stuff
 dnl
-AM_GNU_GETTEXT_VERSION(0.16.1)
+AM_GNU_GETTEXT_VERSION(0.15)
 AM_GNU_GETTEXT([external])
 VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}])
 
@@ -6075,7 +6075,7 @@ AC_SUBST(VERSION_MAJOR)
 AC_SUBST(VERSION_MINOR)
 AC_SUBST(VERSION_REVISION)
 AC_DEFINE_UNQUOTED(VLC_COMPILE_BY, "`whoami`", [user who ran configure]) 
-if test "${SYS}" = "cygwin"
+if test "${build_os}" = "cygwin"
 then
     AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname`", [host which ran configure])
 else