Skip to content

Commit 495a46b

Browse files
authored
Remove gettext requirement as it was only needed for iconv() (obsolete since 2001) (#342)
1 parent b2d5407 commit 495a46b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Update this with each release. Be sure to change VS17/PropertySheet.props too
22
AC_INIT([ReadStat],[1.1.9],[https://github.com/WizardMac/ReadStat/issues],[readstat],[https://github.com/WizardMac/ReadStat])
3+
AC_CONFIG_MACRO_DIRS([m4])
34
AM_INIT_AUTOMAKE([foreign subdir-objects])
45
AM_SILENT_RULES([yes])
56

@@ -40,8 +41,6 @@ AC_ARG_ENABLE([fuzz-testing], AS_HELP_STRING([--enable-fuzz-testing], ["Enable f
4041
AM_CONDITIONAL([FUZZER_ENABLED], test "x$fuzzer" = "xyes")
4142
AC_SUBST([SANITIZERS])
4243

43-
AM_ICONV
44-
4544
AC_CANONICAL_HOST
4645
AS_CASE([$host],
4746
[*linux*|*bsd*|*mingw*|*cygwin*|*gnu*], [EXTRA_LIBS="-lm"],

0 commit comments

Comments
 (0)