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...