diff options
author | Mike Frysinger <vapier@gentoo.org> | 2024-01-09 20:57:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-10 19:53:14 -0500 |
commit | 761ed61e7bcdd1579942482e0c035ca7773fc892 (patch) | |
tree | e2651f0e1853632e823087e8a3b9d7fd372f5a1e /sim | |
parent | 72d711c1556abac04845bb00aa2d97ebcc97a85c (diff) | |
download | gdb-761ed61e7bcdd1579942482e0c035ca7773fc892.zip gdb-761ed61e7bcdd1579942482e0c035ca7773fc892.tar.gz gdb-761ed61e7bcdd1579942482e0c035ca7773fc892.tar.bz2 |
gdbsupport: tighten up libiberty code a bit with dnl
No functional change here, just touch up generated output slightly.
Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'sim')
-rwxr-xr-x | sim/configure | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sim/configure b/sim/configure index 29ea7ee..36cadce 100755 --- a/sim/configure +++ b/sim/configure @@ -13962,7 +13962,6 @@ fi - ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default" if test "x$ac_cv_have_decl_ffs" = xyes; then : ac_have_decl=1 @@ -14073,9 +14072,7 @@ cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRVERSCMP $ac_have_decl _ACEOF - - # Check for presence and size of long long. - ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default" + ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default" if test "x$ac_cv_type_long_long" = xyes; then : cat >>confdefs.h <<_ACEOF |