From 56f39033698b22a89571b345e5133b486822df1d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 20 Jun 2024 21:14:24 +0930 Subject: Revert "Remove LIBINTL_DEP" This reverts commit e874cbd3879843a83e4bcc4b54cd7107387b1df6. The patch was wrong. LIBINTL_DEP is needed with an in-tree gettext. --- opcodes/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opcodes/configure.ac') diff --git a/opcodes/configure.ac b/opcodes/configure.ac index 09e2f04..4d918e3 100644 --- a/opcodes/configure.ac +++ b/opcodes/configure.ac @@ -160,6 +160,8 @@ else BUILD_LIBS=-liberty BUILD_LIB_DEPS= fi +BUILD_LIBS="$BUILD_LIBS $LIBINTL" +BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP" AC_SUBST(BUILD_LIBS) AC_SUBST(BUILD_LIB_DEPS) -- cgit v1.1