[Mplayer-cvslog] CVS: main configure,1.265,1.266

Winner of tha face compo gabucino at mplayer.dev.hu
Mon Nov 19 11:37:51 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv1901

Modified Files:
	configure 
Log Message:
fixed win32/xanim support on --target=i{4-6}86
pl : - are you sure the other "i386"-only checks are ok?
     - X libraries get included (-lX11 etc) when I say --disable-x11, pls check
Besides that, now it compiles static binary (with all my --disable-blah
switches)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- configure	19 Nov 2001 09:43:55 -0000	1.265
+++ configure	19 Nov 2001 10:37:48 -0000	1.266
@@ -1842,7 +1842,8 @@
 echocheck "Win32 DLL support"
 if test "$_win32" = auto ; then
   _win32=no
-  if test "$host_arch" = i386 ; then
+  if test "$host_arch" = i386 || test "$host_arch" = i486 ||
+     test "$host_arch" = i586 || test "$host_arch" = i686; then
     if test -z "$_win32libdir" ; then
       for I in /usr/local/lib/win32 /usr/lib/win32 ; do
         if test -d "$I" ; then
@@ -1916,7 +1917,8 @@
 if test "$_xanim" = auto ; then
   _xanim=no
   if test "$_dl" = yes ; then
-    if test "$host_arch" = i386 ; then
+    if test "$host_arch" = i386 || test "$host_arch" = i486 ||
+       test "$host_arch" = i586 || test "$host_arch" = i686; then
       if test -z "$_xanimlibdir" ; then
         for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods ; do
           if test -d "$I" ; then




More information about the MPlayer-cvslog mailing list