1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

configure: fix missing [

This commit is contained in:
Zdenek Kabelac 2015-05-20 09:07:49 +02:00
parent 788e4c5423
commit 682e0c898e
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -12425,7 +12425,7 @@ else
fi fi
if test -z "$MSGFMT"]; then : if test -z "$MSGFMT"; then :
as_fn_error $? "msgfmt not found in path $PATH" "$LINENO" 5 as_fn_error $? "msgfmt not found in path $PATH" "$LINENO" 5
fi fi

View File

@ -1512,7 +1512,7 @@ if test "$INTL" = yes; then
INTL_PACKAGE="lvm2" INTL_PACKAGE="lvm2"
AC_PATH_TOOL(MSGFMT, msgfmt) 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_ARG_WITH(localedir,
AC_HELP_STRING([--with-localedir=DIR], AC_HELP_STRING([--with-localedir=DIR],