Remove the attempt to link freetype1, use the linking information generated by

the configure.in.


SVN revision: 7190
This commit is contained in:
Nathan Ingersoll 2003-07-20 04:18:09 +00:00
parent a5783f4096
commit da1509cb68
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ while test $# -gt 0; do
;;
--libs)
libdirs=-L@libdir@
echo $libdirs -lImlib2 -lttf -lm @dlopen_libs@ @x_ldflags@ @x_libs@
echo $libdirs -lImlib2 @freetype_libs@ -lm @dlopen_libs@ @x_ldflags@ @x_libs@
;;
*)
echo "${usage}" 1>&2