]> git.ipfire.org Git - oddments/collecty.git/commitdiff
configure: Don't interpret C as Python
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Oct 2025 19:32:32 +0000 (19:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Oct 2025 19:32:32 +0000 (19:32 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index 6a02140ee063e05b9a90f19dc00aaa88912582c1..b6496ef834aa5d53f1908f09b7d9f2feaea48eb6 100644 (file)
@@ -47,8 +47,7 @@ LT_INIT([disable-static])
 
 IT_PROG_INTLTOOL([0.40.0])
 
-# Interpret embedded Python in HTML files
-XGETTEXT="${XGETTEXT} -L Python --keyword=_:1,2 --keyword=N_:1,2 --no-location"
+XGETTEXT="${XGETTEXT} --keyword=_:1,2 --keyword=N_:1,2 --no-location"
 
 GETTEXT_PACKAGE=${PACKAGE_TARNAME}
 AC_SUBST(GETTEXT_PACKAGE)