summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-06-22 10:32:13 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-06-22 10:32:13 +0300
commit20ecc7e634e41dd282d16739f17efe5e81fb2e98 (patch)
tree5350022fde3d1011e532b01eea57d8b2d1d6f739 /am
parent920ad1e57ca64fe4e513eb32080250f3866da14f (diff)
downloadpaxutils-20ecc7e634e41dd282d16739f17efe5e81fb2e98.tar.gz
Minor fix
* am/system.m4: Check for gethostbyname in libnsl
Diffstat (limited to 'am')
-rw-r--r--am/system.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/am/system.m4 b/am/system.m4
index c208220..bafedda 100644
--- a/am/system.m4
+++ b/am/system.m4
@@ -26,4 +26,6 @@ AC_DEFUN([PU_SYSTEM],[
AC_CHECK_FUNCS_ONCE(lstat mkfifo setlocale)
AC_REQUIRE([gl_INTTOSTR])
AC_REQUIRE([gl_STDINT_H])
+
+ AC_SEARCH_LIBS(gethostbyname, nsl)
])