From 6d56f8539f00c20aece1d80355edb8875c20b12f Mon Sep 17 00:00:00 2001 From: Dennis van Amerongen Date: Wed, 6 Feb 2008 00:17:01 +0000 Subject: [PATCH] * 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.. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 039c60aa98..dbad5350d2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.5