diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-11-21 16:30:22 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-11-21 16:30:22 +0100 |
commit | 66934aceff0e5299719177782bcbf151f8030591 (patch) | |
tree | af07f4e7172ec3826c9584b6df6dff0c0be80107 /configure.ac | |
parent | fc1b933304c325775169d5241ce1ac5ae3266680 (diff) |
Autoconf: Minor cleanup
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 2e7857b6..7abf88c8 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], |