View | Details | Raw Unified
Collapse All | Expand All

(-) openmotif-2.3.0-orig/configure.ac (-1 / +2 lines)
 Lines 221-227    Link Here 
if test "$enable_utf8" = "yes"
if test "$enable_utf8" = "yes"
then
then
  AC_DEFINE([UTF8_SUPPORTED], [1], [UTF8 is supported])
  AC_DEFINE([UTF8_SUPPORTED], [1], [UTF8 is supported])
  AC_CHECK_LIB([iconv], [iconv_open])
  AC_SEARCH_LIBS([iconv_open], [iconv], ,
    AC_SEARCH_LIBS([libiconv_open], [iconv]))
fi
fi
AC_FIND_XFT
AC_FIND_XFT