diff options
author | Steve Chamberlain <sac@cygnus> | 1994-05-09 16:10:34 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-05-09 16:10:34 +0000 |
commit | 7947d2d7cba1eb94eaa9c9ef98ddad38651e19a3 (patch) | |
tree | 79e6a70f19e68203de2a2f01544d5f155aaa87fd | |
parent | 956106575c8590998f6b9e3a254084e137ec205e (diff) | |
download | gdb-7947d2d7cba1eb94eaa9c9ef98ddad38651e19a3.zip gdb-7947d2d7cba1eb94eaa9c9ef98ddad38651e19a3.tar.gz gdb-7947d2d7cba1eb94eaa9c9ef98ddad38651e19a3.tar.bz2 |
Fix typo in last change.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dfdb939..5df27bc 100644 --- a/configure.in +++ b/configure.in @@ -222,7 +222,7 @@ case "${target}" in # add the go32 support tools to the list # but don't build gdb configdirs=`echo go32 ${configdirs}` - noconfigdis="$noconfigdirs gdb" + noconfigdirs="$noconfigdirs gdb" ;; i[34]86-*-sco*) noconfigdirs="$noconfigdirs gprof" |