diff options
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 8bed95c7..341f185a 100755 --- a/configure.in +++ b/configure.in @@ -160,7 +160,7 @@ AC_DEFINE_UNQUOTED(ZEBRA_GROUP, "${enable_group}", Zebra Group) if test x"${enable_vty_group}" = x"yes" ; then AC_MSG_ERROR([--enable-vty-group requires a group as argument]) fi -if test "${enable_vty_group}" != ""; then +if test "${enable_vty_group}" = ""; then AC_MSG_ERROR([--enable-vty-group requires a group as argument]) fi if test x"${enable_vty_group}" != x"no"; then @@ -1021,6 +1021,6 @@ host operationg system : ${host_os} source code location : ${srcdir} compiler : ${CC} compiler flags : ${CFLAGS} -directory for state files : ${zebra_statedir} +state file directory : ${zebra_statedir} linker flags : ${LDFLAGS} ${LIBS} " |