configure.in: Add -lXext to mips_extra_libs

This commit is contained in:
Jillian Ye
1998-06-23 17:59:31 +00:00
parent 8b727aa4d3
commit f915cc9125
4 changed files with 21 additions and 3 deletions

2
gdb/configure vendored
View File

@@ -5475,7 +5475,7 @@ if test "${with_sim_gpu2+set}" = set; then
mips*-sky-*)
if test -d "${withval}"
then
LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11"
LIBS="${LIBS} -L${withval}/lib -lgpu2 -L${x_libraries} -lX11 -lXext"
else
echo "configure: warning: Directory ${withval} does not exist." 1>&2
fi ;;