summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-05-20 09:07:49 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-05-20 09:32:03 +0200
commit682e0c898e7fd96ff936b7113738f773335e0fff (patch)
treeb9d385144ed67037b59bf0b33a9306585f59c21c
parent788e4c54232372db6551d9a1323e1b59892900c1 (diff)
downloadlvm2-682e0c898e7fd96ff936b7113738f773335e0fff.tar.gz
configure: fix missing [
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6d5abc44e..534948fd0 100755
--- a/configure
+++ b/configure
@@ -12425,7 +12425,7 @@ else
fi
- if test -z "$MSGFMT"]; then :
+ if test -z "$MSGFMT"; then :
as_fn_error $? "msgfmt not found in path $PATH" "$LINENO" 5
fi
diff --git a/configure.in b/configure.in
index 75af936a8..86ab98a5e 100644
--- a/configure.in
+++ b/configure.in
@@ -1512,7 +1512,7 @@ if test "$INTL" = yes; then
INTL_PACKAGE="lvm2"
AC_PATH_TOOL(MSGFMT, msgfmt)
- AS_IF(test -z "$MSGFMT"], [AC_MSG_ERROR([msgfmt not found in path $PATH])])
+ AS_IF([test -z "$MSGFMT"], [AC_MSG_ERROR([msgfmt not found in path $PATH])])
AC_ARG_WITH(localedir,
AC_HELP_STRING([--with-localedir=DIR],