]> Dogcows Code - chaz/tar/commitdiff
Remove checking for LIB_SETSOCKOPT, it is handled by paxutils
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 19 May 2005 15:32:56 +0000 (15:32 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 19 May 2005 15:32:56 +0000 (15:32 +0000)
configure.ac

index 77b33d42dee3ebc7ef76bab02e0b9bf5dc38e278..0a3bfcacd566fac4eb7cb26315fd8c608d0cc665 100644 (file)
@@ -115,19 +115,6 @@ AC_CHECK_DECLS([getgrgid],,, [#include <grp.h>])
 AC_CHECK_DECLS([getpwuid],,, [#include <pwd.h>])
 AC_CHECK_DECLS([time],,, [#include <time.h>])
 
-# Set LIB_SETSOCKOPT to -lnsl -lsocket if necessary.
-tar_save_LIBS=$LIBS
-  LIB_SETSOCKOPT=
-  AC_SEARCH_LIBS(setsockopt, [socket], ,
-    [AC_SEARCH_LIBS(setsockopt, [socket], , , [-lnsl])])
-  AC_SEARCH_LIBS(setsockopt, [nsl])
-
-  case "$ac_cv_search_setsockopt" in
-    -l*) LIB_SETSOCKOPT=$ac_cv_search_setsockopt
-  esac
-  AC_SUBST(LIB_SETSOCKOPT)
-LIBS=$tar_save_LIBS
-
 AC_REPLACE_FUNCS(waitpid)
 
 AC_CACHE_CHECK(for remote shell, tar_cv_path_RSH,
This page took 0.019481 seconds and 4 git commands to generate.