diff options
author | Jillian Ye <jillian@cygnus> | 1998-06-23 17:59:31 +0000 |
---|---|---|
committer | Jillian Ye <jillian@cygnus> | 1998-06-23 17:59:31 +0000 |
commit | f915cc9125372be523af84c08cd4c2ba0e9c9eed (patch) | |
tree | 5da9ff4dc37d73916f2339b87f1083654578b7bd /gdb/configure | |
parent | 8b727aa4d3571f3007f2fd3e4cd76547faf79d0b (diff) | |
download | gdb-f915cc9125372be523af84c08cd4c2ba0e9c9eed.zip gdb-f915cc9125372be523af84c08cd4c2ba0e9c9eed.tar.gz gdb-f915cc9125372be523af84c08cd4c2ba0e9c9eed.tar.bz2 |
configure.in: Add -lXext to mips_extra_libs
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 89f4331..d3212ee 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 ;; |