[PD-cvs] pd configure.ac,1.1.4.8,1.1.4.9

Tim Blechmann timblech at users.sourceforge.net
Tue Apr 5 22:51:23 CEST 2005


Update of /cvsroot/pure-data/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1494

Modified Files:
      Tag: devel_0_38
	configure.ac 
Log Message:
fixing another bug 

Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/pd/Attic/configure.ac,v
retrieving revision 1.1.4.8
retrieving revision 1.1.4.9
diff -C2 -d -r1.1.4.8 -r1.1.4.9
*** configure.ac	5 Apr 2005 09:02:17 -0000	1.1.4.8
--- configure.ac	5 Apr 2005 20:51:21 -0000	1.1.4.9
***************
*** 55,60 ****
  	echo "no X11 found" || exit 1, -L$x_libraries)
  
! LIBS="$LIBS -L$x_libraries"
! 
  
  dnl look for tcl 8.x...
--- 55,61 ----
  	echo "no X11 found" || exit 1, -L$x_libraries)
  
! if test "$x_libraries"; then
! 	LIBS="$LIBS -L$x_libraries"
! fi
  
  dnl look for tcl 8.x...





More information about the Pd-cvs mailing list