--- src/auto/configure_org	2022-02-03 06:02:14 +0000
+++ src/auto/configure	2022-02-03 06:03:21 +0000
@@ -13299,7 +13299,7 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open()" >&5
 $as_echo_n "checking for iconv_open()... " >&6; }
 save_LIBS="$LIBS"
-LIBS="$LIBS -liconv"
+LIBS="$LIBS /opt/freeware/lib/libiconv.a"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -14773,7 +14773,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: gettext() works" >&5
 $as_echo "gettext() works" >&6; }; have_gettext="yes"; LIBS=$olibs
 else
-  LIBS="-lintl"
+  LIBS="/opt/freeware/lib/libintl.a"
 	  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <libintl.h>
@@ -14788,7 +14788,7 @@
 if ac_fn_c_try_link "$LINENO"; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: gettext() works with -lintl" >&5
 $as_echo "gettext() works with -lintl" >&6; }; have_gettext="yes";
-	      LIBS="$olibs -lintl"
+	      LIBS="$olibs /opt/freeware/lib/libintl.a"
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: gettext() doesn't work" >&5
 $as_echo "gettext() doesn't work" >&6; };
