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

Collapse All | Expand All

(-)configure.in_orig (+5 lines)
Lines 116-121 Link Here
116
# Check for broken snprintf
116
# Check for broken snprintf
117
if test "x$ac_cv_func_snprintf" = "xyes" ; then
117
if test "x$ac_cv_func_snprintf" = "xyes" ; then
118
	AC_MSG_CHECKING([whether snprintf correctly terminates long strings])
118
	AC_MSG_CHECKING([whether snprintf correctly terminates long strings])
119
if test "x$cross_compiling" = "xyes"; then
120
	AC_MSG_RESULT(yes)
121
	AC_MSG_WARN([cannot run snprintf test when cross-compiling, assuming true!!])
122
else
119
	AC_TRY_RUN(
123
	AC_TRY_RUN(
120
		[
124
		[
121
#include <stdio.h>
125
#include <stdio.h>
Lines 129-134 Link Here
129
		]
133
		]
130
	)
134
	)
131
fi
135
fi
136
fi
132
137
133
# Cheap hack to ensure NEWS-OS libraries are arranged right.
138
# Cheap hack to ensure NEWS-OS libraries are arranged right.
134
if test ! -z "$SONY" ; then
139
if test ! -z "$SONY" ; then

Return to bug 277241