configure: fix name of PO4A_TRANSLATE override variable

This commit is contained in:
Moritz Bunkus 2018-09-02 16:56:49 +02:00
parent e744f5f325
commit a21ee36733
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -15,7 +15,7 @@ fi
AC_ARG_WITH(po4a_translate,
AC_HELP_STRING([--with-po4a-translate=prog],[use prog instead of looking for po4a-translate]),
[ PO4A-TRANSLATE="$with_po4a_translate" ],)
[ PO4A_TRANSLATE="$with_po4a_translate" ],)
if ! test -z "$PO4A_TRANSLATE"; then
AC_MSG_CHECKING(for po4a-translate)