diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-10-29 13:22:42 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-10-29 13:22:42 -0400 |
commit | 7f53228719a0111e41c66da6c9c3b2ed1fd2aab9 (patch) | |
tree | 85d0315bbae452997fdac02144d5c1044b707375 /gdb/configure | |
parent | 30a7953dbfe3659c7bdc5b9b4c96f46903cb0254 (diff) | |
download | gdb-7f53228719a0111e41c66da6c9c3b2ed1fd2aab9.zip gdb-7f53228719a0111e41c66da6c9c3b2ed1fd2aab9.tar.gz gdb-7f53228719a0111e41c66da6c9c3b2ed1fd2aab9.tar.bz2 |
Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."
This reverts commit 98a17ece013cb94cd602496b9efb92b8816b3953.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/configure b/gdb/configure index a2e7f02..3652455 100755 --- a/gdb/configure +++ b/gdb/configure @@ -13997,27 +13997,6 @@ _ACEOF fi -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -#include <sys/socket.h> - -int -main () -{ -int x = AF_LOCAL - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -$as_echo "#define HAVE_AF_LOCAL 1" >>confdefs.h - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - if test "$cross_compiling" = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5 $as_echo_n "checking whether setpgrp takes no argument... " >&6; } |