configure.in -- decide whether to configure gdb.hp; configure -- regenerated.

This commit is contained in:
David Taylor 1999-01-04 22:11:08 +00:00
parent 298e0bc56e
commit b3d32d4f8f
2 changed files with 29 additions and 8 deletions

View file

@ -35,6 +35,16 @@ case "${target}" in
fi ;;
esac
# Directory with HP specific tests. They will run only with HP's compilers.
# These tests will not work on other platforms and compilers.
hpdir="gdb.hp"
case "${target}" in
hppa*-*-hpux*) configdirs="${configdirs} ${hpdir}" ;;
esac
# Begin stuff to support --enable-shared
AC_ARG_ENABLE(shared,
[ --enable-shared use shared libraries],