[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] CVS: xine-lib configure.ac,1.272,1.273
From:       Frantisek Dvorak <valtri () users ! sourceforge ! net>
Date:       2004-08-28 20:03:44
Message-ID: E1C19QO-0000un-Mf () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/xine/xine-lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2693

Modified Files:
	configure.ac 
Log Message:
Various fixes and improvements of mingw port:
 - HAVE_SETENV
 - Cygwin build
 - win32/contrib Makefile


Index: configure.ac
===================================================================
RCS file: /cvsroot/xine/xine-lib/configure.ac,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- configure.ac	27 Aug 2004 19:33:18 -0000	1.272
+++ configure.ac	28 Aug 2004 20:03:42 -0000	1.273
@@ -1401,7 +1401,11 @@
 dnl ---------------------------------------------
 
 AC_CHECK_LIB(posix4, sched_get_priority_min)
-AC_CHECK_FUNCS([vsscanf sigaction sigset getpwuid_r nanosleep strsep strpbrk setenv \
basename hstrerror memset]) +AC_CHECK_FUNCS([vsscanf sigaction sigset getpwuid_r \
nanosleep strsep strpbrk basename hstrerror memset]) +AC_CHECK_FUNC(setenv, [
+  AC_DEFINE(HAVE_SETENV, 1, [Define this if you have setenv function])
+  ac_have_setenv=yes
+])
 AC_FUNC_FSEEKO
 AC_CHECK_HEADERS(byteswap.h malloc.h execinfo.h ucontext.h sys/mman.h sys/mixer.h \
libgen.h sys/times.h sys/ioctl.h)  AM_CONDITIONAL(HAVE_SETENV, test x$ac_have_setenv \
= "xyes") @@ -1606,6 +1610,7 @@
         case "$host_or_hostalias" in
 	*-*-cygwin) 
           enable_w32dll="no" 
+          LIBS="$LIBS @INTLLIBS@"
 	  ;;
 	esac
     else
@@ -2483,7 +2488,7 @@
 
 dnl warn if no X11 plugins will be built
 if test x"$no_x" = "xyes" \
-        -a x$SYS != "xmingw32" -a x$SYS = "xcygwin" ; then
+        -a x$SYS != "xmingw32" -a x$SYS != "xcygwin" ; then
   echo
   echo "****************************************************************"
   echo "WARNING! No X11 output plugins will be built."



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic