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 3913ce9fc..dee62dd5e 100644 --- a/configure.ac +++ b/configure.ac @@ -858,7 +858,7 @@ if test x$enable_cap = xyes; then fi AC_CHECK_LIB(socket, socket) -AC_SEARCH_LIBS(gethostbyname2, bind) +AC_SEARCH_LIBS(gethostbyname2, bind network) case $LIBS in *-lbind*) |
