aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2018-10-29 13:22:42 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2018-10-29 13:22:42 -0400
commit7f53228719a0111e41c66da6c9c3b2ed1fd2aab9 (patch)
tree85d0315bbae452997fdac02144d5c1044b707375 /gdb/configure.ac
parent30a7953dbfe3659c7bdc5b9b4c96f46903cb0254 (diff)
downloadgdb-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.ac')
-rw-r--r--gdb/configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 7d5e027..b2343a9 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1366,16 +1366,6 @@ GDB_AC_COMMON
# Check the return and argument types of ptrace.
GDB_AC_PTRACE
-dnl Check to see if sys/socket.h knows about AF_LOCAL
-AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM([[
-#include <sys/socket.h>
-]],
- [[int x = AF_LOCAL]])],
-[AC_DEFINE([HAVE_AF_LOCAL], [1],
- [Define to 1 if AF_LOCAL is defined or declared by sys/socket.h.])])
-
-
dnl AC_FUNC_SETPGRP does not work when cross compiling
dnl Instead, assume we will have a prototype for setpgrp if cross compiling.
if test "$cross_compiling" = no; then