diff options
author | Tom Tromey <tom@tromey.com> | 2020-01-14 16:16:39 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-01-14 16:16:39 -0700 |
commit | 25c51f71d5bef8b4b71aa3e35cce974b54cda731 (patch) | |
tree | 3fbbf982ff837fa3d7402beef7e8210e54525a96 /gdb/configure | |
parent | 717c684dd1afe36293a256aa2bce4b3af56402c5 (diff) | |
download | gdb-25c51f71d5bef8b4b71aa3e35cce974b54cda731.zip gdb-25c51f71d5bef8b4b71aa3e35cce974b54cda731.tar.gz gdb-25c51f71d5bef8b4b71aa3e35cce974b54cda731.tar.bz2 |
Fix indentation in common.m4
Simon pointed out that the indentation in common.m4 is off. This
patch fixes the problem.
gdb/ChangeLog
2020-01-14 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
gdb/gdbserver/ChangeLog
2020-01-14 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
Change-Id: I6a629bd5873cca95ba3e17656f0d0ce583a08361
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/configure b/gdb/configure index aa53c09..f9aed98 100755 --- a/gdb/configure +++ b/gdb/configure @@ -14351,7 +14351,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5 $as_echo_n "checking for sigsetjmp... " >&6; } if ${gdb_cv_func_sigsetjmp+:} false; then : $as_echo_n "(cached) " >&6 @@ -14359,7 +14359,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include <setjmp.h> + #include <setjmp.h> int main () @@ -14378,11 +14378,11 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5 $as_echo "$gdb_cv_func_sigsetjmp" >&6; } -if test "$gdb_cv_func_sigsetjmp" = "yes"; then + if test "$gdb_cv_func_sigsetjmp" = "yes"; then $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h -fi + fi # Check the return and argument types of ptrace. |