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 108-114 Link Here
108
AC_CHECK_LIB(stdc++,main,[LIBS="$LIBS -lstdc++"])
108
AC_CHECK_LIB(stdc++,main,[LIBS="$LIBS -lstdc++"])
109
AC_CHECK_LIB(z,main,[LIBS="$LIBS -lz"])
109
AC_CHECK_LIB(z,main,[LIBS="$LIBS -lz"])
110
110
111
AC_CHECK_HEADER([libintl.h], [AC_DEFINE(ENABLE_NLS,1,[__x86_64__])])
111
AC_ARG_ENABLE(nls, AC_HELP_STRING([--disable-nls], [Disable nls support]),
112
 nls=$enableval,nls=yes)
113
if test "x$nls" == xyes
114
then
115
 AC_CHECK_HEADER([libintl.h], [AC_DEFINE(ENABLE_NLS,1,[__x86_64__])])
116
fi
112
117
113
AC_OUTPUT([
118
AC_OUTPUT([
114
 Makefile
119
 Makefile
Lines 132-134 Link Here
132
echo "  Dev build?	           $devbuild"
137
echo "  Dev build?	           $devbuild"
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