diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-20 13:17:30 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-20 13:17:30 +0100 |
commit | b47d33b344de2cf19cc2b02f9ee89ffa59ad525f (patch) | |
tree | 0c677a479c03572052b3744b2d725cc601a946bc | |
parent | 16fb28e588842a2ae604620ff1ae43c851a1fbb5 (diff) |
Autoconf: Minor cleanup
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 6c95d024..67acdab0 100644 --- a/configure.ac +++ b/configure.ac @@ -48,14 +48,12 @@ AC_ARG_WITH([suffix], ) 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], |