Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156795
Collapse All | Expand All

(-)gcl-2.6.7.orig/configure.in (-7 / +19 lines)
Lines 788-796 Link Here
788
					    int main() {symbol_info t; return 0;}],
788
					    int main() {symbol_info t; return 0;}],
789
					AC_MSG_RESULT(yes) 
789
					AC_MSG_RESULT(yes) 
790
					AC_DEFINE(NEED_CONST),
790
					AC_DEFINE(NEED_CONST),
791
					AC_MSG_RESULT(cannot use bfd) exit 1;,
791
					AC_MSG_RESULT(cannot use bfd); exit 1;,
792
					AC_MSG_RESULT(cannot use bfd) exit 1;),
792
					AC_MSG_RESULT(cannot use bfd); exit 1;),
793
				AC_MSG_RESULT(cannot use bfd) exit 1;)
793
				AC_MSG_RESULT(cannot use bfd); exit 1;)
794
			,,-liberty))
794
			,,-liberty))
795
795
796
	AC_DEFINE(HAVE_LIBBFD)
796
	AC_DEFINE(HAVE_LIBBFD)
Lines 1252-1259 Link Here
1252
				return fpclass(f)>=FP_NZERO || fpclass(f)<FP_NZERO ? 0 : 1;
1252
				return fpclass(f)>=FP_NZERO || fpclass(f)<FP_NZERO ? 0 : 1;
1253
				}],
1253
				}],
1254
		AC_DEFINE(HAVE_IEEEFP) AC_MSG_RESULT(yes),
1254
		AC_DEFINE(HAVE_IEEEFP) AC_MSG_RESULT(yes),
1255
		HAVE_IEEEFP=0 AC_MSG_RESULT(no),HAVE_IEEEFP=0 AC_MSG_RESULT(no))
1255
		HAVE_IEEEFP=0
1256
	,HAVE_ISNORMAL=0 AC_MSG_RESULT(no),HAVE_ISNORMAL=0 AC_MSG_RESULT(no))
1256
		AC_MSG_RESULT(no),
1257
		HAVE_IEEEFP=0
1258
		AC_MSG_RESULT(no)),
1259
		HAVE_ISNORMAL=0
1260
		AC_MSG_RESULT(no),
1261
		HAVE_ISNORMAL=0
1262
		AC_MSG_RESULT(no))
1257
1263
1258
AC_MSG_CHECKING([for isfinite])
1264
AC_MSG_CHECKING([for isfinite])
1259
AC_TRY_RUN([#define _GNU_SOURCE
1265
AC_TRY_RUN([#define _GNU_SOURCE
Lines 1271-1278 Link Here
1271
				return finite(f) || !finite(f) ? 0 : 1;
1277
				return finite(f) || !finite(f) ? 0 : 1;
1272
				}],
1278
				}],
1273
		AC_DEFINE(HAVE_FINITE) AC_MSG_RESULT(yes),
1279
		AC_DEFINE(HAVE_FINITE) AC_MSG_RESULT(yes),
1274
		HAVE_FINITE=0 AC_MSG_RESULT(no),HAVE_FINITE=0 AC_MSG_RESULT(no))
1280
		HAVE_FINITE=0
1275
	,HAVE_ISFINITE=0 AC_MSG_RESULT(no),HAVE_ISFINITE=0 AC_MSG_RESULT(no))
1281
		AC_MSG_RESULT(no),
1282
		HAVE_FINITE=0
1283
		AC_MSG_RESULT(no))
1284
	,HAVE_ISFINITE=0
1285
	AC_MSG_RESULT(no),
1286
	HAVE_ISFINITE=0
1287
	AC_MSG_RESULT(no))
1276
1288
1277
1289
1278
1290

Return to bug 156795