mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 04:04:09 +00:00
config: Remove unused library check
configure.ac is looking for the setproctitle library, which while it might be useful, we never call setproctitle or any other function that the library might expose. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
d619cb67e7
commit
ebe2d9cac8
@ -815,15 +815,6 @@ AC_CHECK_FUNCS([dup2 ftruncate getcwd gethostbyname getpagesize gettimeofday \
|
||||
if_nametoindex if_indextoname getifaddrs \
|
||||
uname fcntl])
|
||||
|
||||
AC_CHECK_FUNCS(setproctitle, ,
|
||||
[AC_CHECK_LIB(util, setproctitle,
|
||||
[LIBS="$LIBS -lutil"
|
||||
AC_DEFINE(HAVE_SETPROCTITLE,, Have setproctitle)
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
dnl ------------------------------------
|
||||
dnl Determine routing get and set method
|
||||
dnl ------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user