Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 141626 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.old (-1 / +7 lines)
Lines 107-113 Link Here
107
AC_CHECK_LIB(stdc++,main,[LIBS="$LIBS -lstdc++"])
107
AC_CHECK_LIB(stdc++,main,[LIBS="$LIBS -lstdc++"])
108
AC_CHECK_LIB(z,main,[LIBS="$LIBS -lz"])
108
AC_CHECK_LIB(z,main,[LIBS="$LIBS -lz"])
109
109
110
AC_CHECK_HEADER([libintl.h], [AC_DEFINE(ENABLE_NLS,1,[__x86_64__])])
110
AC_ARG_ENABLE(nls, AC_HELP_STRING([--disable-nls], [Disable nls support]),
111
 nls=$enableval,nls=yes)
112
if test "x$nls" == xyes
113
then
114
 AC_CHECK_HEADER([libintl.h], [AC_DEFINE(ENABLE_NLS,1,[__x86_64__])])
115
fi
111
116
112
AC_OUTPUT([
117
AC_OUTPUT([
113
 Makefile
118
 Makefile
Lines 132-134 Link Here
132
echo "  Force sse3?	           $sse3"
137
echo "  Force sse3?	           $sse3"
133
echo "  Recompilers enabled?   $recbuild"
138
echo "  Recompilers enabled?   $recbuild"
134
echo "  Virtual memory build?  $vmbuild"
139
echo "  Virtual memory build?  $vmbuild"
140
echo "  nls support?	       $nls"

Return to bug 141626