diff options
author | David Lamparter <equinox@diac24.net> | 2021-04-13 19:48:36 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2021-06-24 16:42:58 +0200 |
commit | 94a64dab8650bcb017106cbd60d77211da43c815 (patch) | |
tree | 30c1fcb3bee23f4667c09d0e93549d01e59d5056 /configure.ac | |
parent | build: remove --enable-exampledir (diff) | |
download | frr-94a64dab8650bcb017106cbd60d77211da43c815.tar.xz frr-94a64dab8650bcb017106cbd60d77211da43c815.zip |
build: remove unused --disable-rusage
This option does literally nothing. Not sure since when, but the value
is not used anywhere at all.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2f907c6ed..5d4b26eba 100644 --- a/configure.ac +++ b/configure.ac @@ -654,8 +654,6 @@ AC_ARG_ENABLE([irdp], AS_HELP_STRING([--disable-irdp], [disable IRDP server support in zebra (enabled by default if supported)])) AC_ARG_ENABLE([capabilities], AS_HELP_STRING([--disable-capabilities], [disable using POSIX capabilities])) -AC_ARG_ENABLE([rusage], - AS_HELP_STRING([--disable-rusage], [disable using getrusage])) AC_ARG_ENABLE([gcc_ultra_verbose], AS_HELP_STRING([--enable-gcc-ultra-verbose], [enable ultra verbose GCC warnings])) AC_ARG_ENABLE([backtrace], |