dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1101,1.1102 configure.in


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1101,1.1102 configure.in,1.82,1.83
Date: Wed, 02 Jul 2003 07:51:26 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv28870

Modified Files:
        ChangeLog configure.in 
Log Message:


Remove "-lX11" from the link line for "libXsharpSupport.so" if
X is disabled or not present.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1101
retrieving revision 1.1102
diff -C2 -r1.1101 -r1.1102
*** ChangeLog   29 Jun 2003 21:19:22 -0000      1.1101
--- ChangeLog   2 Jul 2003 11:51:21 -0000       1.1102
***************
*** 1,3 ****
--- 1,8 ----
  
+ 2003-07-02  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in, Xsharp/Makefile.am: remove "-lX11" from the link
+       line for "libXsharpSupport.so" if X is disabled or not present.
+ 
  2003-06-28  Thong Nguyen  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** configure.in        21 Jun 2003 01:23:53 -0000      1.82
--- configure.in        2 Jul 2003 11:51:21 -0000       1.83
***************
*** 17,20 ****
--- 17,21 ----
  AC_SUBST(ASSEMBLY_LINKER)
  AC_SUBST(PNET_PATH)
+ AC_SUBST(X11_LIB)
  
  dnl Checks for programs.
***************
*** 43,46 ****
--- 44,54 ----
  AC_CHECK_HEADERS(time.h sys/time.h sys/types.h sys/select.h unistd.h)
  AC_CHECK_FUNCS(select)
+ 
+ dnl Determine if we should add -lX11 to the link line of 
"libXsharpSupport.so".
+ if test "x$no_x" = "xyes" ; then
+       X11_LIB=
+ else
+       X11_LIB=-lX11
+ fi
  
  dnl The --with-pnet option can be used to specify the location of





reply via email to

[Prev in Thread] Current Thread [Next in Thread]