aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-06-20 15:41:28 +0100
committerGary Benson <gbenson@redhat.com>2014-06-20 15:41:28 +0100
commit698b3e08336ffac76d45d9ddb6a85ae166098140 (patch)
tree834039f91e12e418d5711324814c4a1f03ca4531 /gdb/gdbserver/configure
parent125f8a3ddedd413a2290dae011f0bed9ffc78278 (diff)
downloadgdb-698b3e08336ffac76d45d9ddb6a85ae166098140.zip
gdb-698b3e08336ffac76d45d9ddb6a85ae166098140.tar.gz
gdb-698b3e08336ffac76d45d9ddb6a85ae166098140.tar.bz2
Fix mingw32 build on x86-64 RHEL 6.5
This commit fixes the mingw32 build on x86-64 RHEL 6.5. gdb/gdbserver/ 2014-06-20 Gary Benson <gbenson@redhat.com> * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed. * configure: Regenerated. * config.in: Likewise.
Diffstat (limited to 'gdb/gdbserver/configure')
-rwxr-xr-xgdb/gdbserver/configure23
1 files changed, 1 insertions, 22 deletions
diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure
index 33db6e3..5f8dcd2 100755
--- a/gdb/gdbserver/configure
+++ b/gdb/gdbserver/configure
@@ -589,6 +589,7 @@ ac_includes_default="\
#endif"
ac_subst_vars='LTLIBOBJS
+LIBOBJS
GNULIB_STDINT_H
extra_libraries
IPA_DEPFILES
@@ -604,7 +605,6 @@ WERROR_CFLAGS
WARN_CFLAGS
ustinc
ustlibs
-LIBOBJS
SET_MAKE
GMAKE_FALSE
GMAKE_TRUE
@@ -4931,27 +4931,6 @@ _ACEOF
fi
done
-for ac_func in vasprintf vsnprintf
-do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-eval as_val=\$$as_ac_var
- if test "x$as_val" = x""yes; then :
- cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-else
- case " $LIBOBJS " in
- *" $ac_func.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
- ;;
-esac
-
-fi
-done
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5