From a21ee36733b0e3cc16634dd9a7e696e9cfc360a0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 2 Sep 2018 16:56:49 +0200 Subject: [PATCH] configure: fix name of PO4A_TRANSLATE override variable --- ac/po4a.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac/po4a.m4 b/ac/po4a.m4 index 82296cafb..a10224d48 100644 --- a/ac/po4a.m4 +++ b/ac/po4a.m4 @@ -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)