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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- motif-2.3.8/acinclude.m4
0
++ motif-2.3.8/acinclude.m4
Lines 18-23 Link Here
18
CFLAGS="$X_CFLAGS $CFLAGS"
18
CFLAGS="$X_CFLAGS $CFLAGS"
19
CPPFLAGS="$X_CFLAGS $CPPFLAGS"
19
CPPFLAGS="$X_CFLAGS $CPPFLAGS"
20
AC_TRY_RUN([
20
AC_TRY_RUN([
21
#include <stdlib.h>
21
#include <X11/Intrinsic.h>
22
#include <X11/Intrinsic.h>
22
int main() {
23
int main() {
23
Boolean brc;
24
Boolean brc;
Lines 50-55 Link Here
50
AC_DEFUN([AM_FUNC_VOID_SPRINTF],
51
AC_DEFUN([AM_FUNC_VOID_SPRINTF],
51
[AC_CACHE_CHECK(whether sprintf returns void, ac_cv_func_void_sprintf,
52
[AC_CACHE_CHECK(whether sprintf returns void, ac_cv_func_void_sprintf,
52
[AC_TRY_RUN([#include <stdio.h>
53
[AC_TRY_RUN([#include <stdio.h>
54
#include <stdlib.h>
53
int sprintf(); main() { exit(sprintf(".")); }],
55
int sprintf(); main() { exit(sprintf(".")); }],
54
  ac_cv_func_void_sprintf=no, ac_cv_func_void_sprintf=yes, ac_cv_func_void_sprintf=yes)])
56
  ac_cv_func_void_sprintf=no, ac_cv_func_void_sprintf=yes, ac_cv_func_void_sprintf=yes)])
55
if test $ac_cv_func_void_sprintf = no; then
57
if test $ac_cv_func_void_sprintf = no; then

Return to bug 870799