From: Ondrej Zajicek (work) Date: Wed, 21 Nov 2018 15:30:22 +0000 (+0100) Subject: Autoconf: Minor cleanup X-Git-Tag: v2.0.3~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66934aceff0e5299719177782bcbf151f8030591;p=thirdparty%2Fbird.git Autoconf: Minor cleanup --- diff --git a/configure.ac b/configure.ac index 2e7857b6e..7abf88c81 100644 --- a/configure.ac +++ b/configure.ac @@ -49,14 +49,12 @@ AC_ARG_WITH([protocols], ) AC_ARG_WITH([sysconfig], - [AS_HELP_STRING([--with-sysconfig=FILE], [use specified BIRD system configuration file])], - [] + [AS_HELP_STRING([--with-sysconfig=FILE], [use specified BIRD system configuration file])] ) AC_ARG_WITH([runtimedir], [AS_HELP_STRING([--with-runtimedir=PATH], [run-state data, obsolete variant of --runstatedir])], - [runstatedir="$with_runtimedir"], - [] + [runstatedir="$with_runtimedir"] ) AC_ARG_WITH([iproutedir],