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

Collapse All | Expand All

(-)configure.ac~ (+1 lines)
Lines 5534-5539 Link Here
5534
    AS_IF( [test $found = 1],[
5534
    AS_IF( [test $found = 1],[
5535
        CPPFLAGS="${CPPFLAGS_save} ${MOZILLA_CFLAGS}"
5535
        CPPFLAGS="${CPPFLAGS_save} ${MOZILLA_CFLAGS}"
5536
        MOZILLA_REQUIRED_HEADERS=1
5536
        MOZILLA_REQUIRED_HEADERS=1
5537
        AC_CHECK_HEADERS([npfunctions.h])
5537
        AC_CHECK_HEADERS(npapi.h,,MOZILLA_REQUIRED_HEADERS=0)
5538
        AC_CHECK_HEADERS(npapi.h,,MOZILLA_REQUIRED_HEADERS=0)
5538
        AC_CHECK_HEADERS(npruntime.h,,MOZILLA_REQUIRED_HEADERS=0,
5539
        AC_CHECK_HEADERS(npruntime.h,,MOZILLA_REQUIRED_HEADERS=0,
5539
          [#if HAVE_NPAPI_H
5540
          [#if HAVE_NPAPI_H
(-)config.h.in~ (+3 lines)
Lines 541-546 Link Here
541
/* Define to 1 if you have the <npapi.h> header file. */
541
/* Define to 1 if you have the <npapi.h> header file. */
542
#undef HAVE_NPAPI_H
542
#undef HAVE_NPAPI_H
543
543
544
/* Define to 1 if you have the <npfunctions.h> header file. */
545
#undef HAVE_NPFUNCTIONS_H
546
544
/* Define to 1 if you have the <npruntime.h> header file. */
547
/* Define to 1 if you have the <npruntime.h> header file. */
545
#undef HAVE_NPRUNTIME_H
548
#undef HAVE_NPRUNTIME_H

Return to bug 282089