]> git.proxmox.com Git - mirror_frr.git/commitdiff
config: Remove unused library check
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Feb 2016 02:11:40 +0000 (21:11 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Feb 2016 02:18:07 +0000 (18:18 -0800)
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>
configure.ac

index e39cc71b109eee8ecb4c80fd61d5bf885b908361..578f5a2c0ae10c35bfc5f2bbe02ae4bf0f98d64f 100755 (executable)
@@ -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 ------------------------------------