python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / misc / gtklp / patches / autoconf.patch
blobc1698bee1fdc05c33d4d94f274e12793aa01ff41
1 Patch origin: http://sophie.zarb.org/rpms/68e90a72e0052022f558148d97c9ea2a/files/3
3 diff --git a/configure.ac b/configure.ac
4 index b7a30e9..3768ae9 100644
5 --- a/configure.ac
6 +++ b/configure.ac
7 @@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h])
9 AC_CONFIG_MACRO_DIR([m4])
10 AM_GNU_GETTEXT([external])
11 +AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
13 dnl Extra params
14 CUPSCONFIGPATH=""
15 @@ -30,8 +31,6 @@ AC_SUBST(XLIBS)
17 dnl Checks for header files
19 -dnl internationalization macros
20 -AM_GNU_GETTEXT
23 # Forte Compiler ############################################################