mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
* configure.in: Fix sanitization start/end error.
* configure: Regenerate.
This commit is contained in:
parent
c86d82ee47
commit
ead0877781
@ -54,6 +54,8 @@ if test "${shared}" = "true"; then
|
|||||||
fi
|
fi
|
||||||
AC_SUBST(RPATH_ENVVAR)
|
AC_SUBST(RPATH_ENVVAR)
|
||||||
# End stuff to support --enable-shared
|
# End stuff to support --enable-shared
|
||||||
|
# Start stuff to support --enable-gdbtk
|
||||||
|
# start-sanitize-gdbtk
|
||||||
AC_ARG_ENABLE(gdbtk,
|
AC_ARG_ENABLE(gdbtk,
|
||||||
[ --enable-gdbtk ],
|
[ --enable-gdbtk ],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
@ -84,9 +86,8 @@ case "$host" in
|
|||||||
if test "${enable_gdbtk}" = "yes"; then
|
if test "${enable_gdbtk}" = "yes"; then
|
||||||
configdirs="${configdirs} gdb.gdbtk"
|
configdirs="${configdirs} gdb.gdbtk"
|
||||||
fi
|
fi
|
||||||
# End stuff to suppot --enable-shared
|
# End stuff to support --enable-shared
|
||||||
# start-sanitize-gdbtk
|
# end-sanitize-gdbtk
|
||||||
# Begin stuff to support --enable-gdbtk
|
|
||||||
|
|
||||||
# configure the subdirectories too
|
# configure the subdirectories too
|
||||||
AC_CONFIG_SUBDIRS($configdirs)
|
AC_CONFIG_SUBDIRS($configdirs)
|
||||||
|
Loading…
Reference in New Issue
Block a user