No subject


Tue Dec 2 03:01:20 GMT 2003


typedef size_t socklen_t;

Could you check into this for me?

thanks,
Don

-----Original Message-----
From: Martin Pool [mailto:mbp at valinux.com]
Sent: Wednesday, August 08, 2001 12:47 AM
To: samba-technical at lists.samba.org
Subject: tiny autoconf2.50 patch for samba


I just cleaned up rsync for autoconf2.50 and thought I would try samba
too.  It turns out that the small, strange patch below is all that is
needed to make ac2.50 happy.  There you go.

However, I also noticed that the UNIXWARE macro is apparently never
referenced...

-- 
Martin


Index: configure.in
===================================================================
RCS file: /data/cvs/samba/source/configure.in,v
retrieving revision 1.204
diff -c -r1.204 configure.in
*** configure.in	7 Aug 2001 19:34:38 -0000	1.204
--- configure.in	8 Aug 2001 04:37:56 -0000
***************
*** 699,705 ****
  			PICFLAG="-fPIC"
  		;;
  		*sco*) AC_DEFINE(SCO);;
! 		*unixware*) AC_DEFINE(UNIXWARE)
  			BLDSHARED="true"
  			LDSHFLAGS="-Wl,-soname,\$@ -shared"
  			PICFLAG="-KPIC"
--- 699,705 ----
  			PICFLAG="-fPIC"
  		;;
  		*sco*) AC_DEFINE(SCO);;
! 		*unixware*) AC_DEFINE([UNIXWARE], , [Define if you have
Unixware])
  			BLDSHARED="true"
  			LDSHFLAGS="-Wl,-soname,\$@ -shared"
  			PICFLAG="-KPIC"




More information about the samba-technical mailing list