PATCH: aclocal, buf[256]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Changelog:
	Quotes [] in the array definition, or m4/autoconf is confused.

Index: aclocal.m4
===================================================================
RCS file: /home/wine/wine/aclocal.m4,v
retrieving revision 1.2
diff -u -r1.2 aclocal.m4
--- aclocal.m4	22 May 2002 02:10:39 -0000	1.2
+++ aclocal.m4	1 Jul 2002 17:37:37 -0000
@@ -65,7 +65,7 @@
 AC_DEFUN([WINE_CHECK_ERRNO],
 [AC_CACHE_CHECK([for reentrant libc: $1],[wine_cv_libc_r_$1],
   [AC_TRY_RUN([int myerrno = 0;
-char buf[256];
+char buf@<:@256@:>@;
 int *$1(){return &myerrno;}
 main(){connect(0,buf,255); exit(!myerrno);}],
   wine_cv_libc_r_$1=yes, wine_cv_libc_r_$1=no,


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux