diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 65c5f9268ad..ef61107b025 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -4240,7 +4240,7 @@ AC_CHECK_HEADERS(valgrind/valgrind.h) | |||
| 4240 | 4240 | ||
| 4241 | AC_CHECK_MEMBERS([struct unipair.unicode], [], [], [[#include <linux/kd.h>]]) | 4241 | AC_CHECK_MEMBERS([struct unipair.unicode], [], [], [[#include <linux/kd.h>]]) |
| 4242 | 4242 | ||
| 4243 | AC_CHECK_FUNCS_ONCE([getc_unlocked sbrk]) | 4243 | AC_CHECK_FUNCS_ONCE([sbrk]) |
| 4244 | 4244 | ||
| 4245 | ok_so_far=yes | 4245 | ok_so_far=yes |
| 4246 | AC_CHECK_FUNC(socket, , ok_so_far=no) | 4246 | AC_CHECK_FUNC(socket, , ok_so_far=no) |