aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index f17e481..b1ca63d 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -453,7 +453,7 @@ AC_ARG_WITH(sim-gpu2,
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
AC_MSG_WARN([Directory ${withval} does not exist.])
fi ;;