Update of /cvsroot/pure-data/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13179
Modified Files: Tag: devel_0_38 configure.ac Log Message: fixed bug in autoconf when looking for tcl/tk libraries
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/pd/Attic/configure.ac,v retrieving revision 1.1.4.7 retrieving revision 1.1.4.8 diff -C2 -d -r1.1.4.7 -r1.1.4.8 *** configure.ac 28 Jan 2005 08:01:22 -0000 1.1.4.7 --- configure.ac 5 Apr 2005 09:02:17 -0000 1.1.4.8 *************** *** 55,58 **** --- 55,61 ---- echo "no X11 found" || exit 1, -L$x_libraries)
+ LIBS="$LIBS -L$x_libraries" + + dnl look for tcl 8.x...