Add i18n libs to the correct variable.

This commit is contained in:
Andrew Wood
2023-09-02 23:27:19 +01:00
parent 307db0d802
commit ff571539cb
+1 -1
View File
@@ -20,7 +20,7 @@ AM_GNU_GETTEXT_VERSION([0.21])
AM_GNU_GETTEXT([external])
if test "$USE_NLS" = "yes"; then
CPPFLAGS="$CPPFLAGS -DLOCALEDIR=\\\"\$(localedir)\\\""
LDFLAGS="$LDFLAGS $LIBINTL"
LIBS="$LIBS $LIBINTL"
fi
AC_CHECK_FUNCS([getopt_long])
AC_CHECK_HEADERS([getopt.h])