~ubuntu-branches/ubuntu/karmic/openjdk-6b18/karmic-updates

« back to all changes in this revision

Viewing changes to acinclude.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-09-07 22:16:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100907221641-gilxobgxpaprajd4
Tags: 6b18-1.8.1-2ubuntu1
* Build as separate source, just for armel.
* Merge the -lib package into the -jre-headless package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1463
1463
 
1464
1464
  PKG_CHECK_MODULES(MOZILLA, mozilla-plugin)
1465
1465
    
 
1466
  MOZILLA_CFLAGS="$MOZILLA_CFLAGS -I/usr/include/xulrunner-1.9/unstable"
1466
1467
  AC_SUBST(MOZILLA_CFLAGS)
1467
1468
  AC_SUBST(MOZILLA_LIBS)
1468
1469
fi
1485
1486
fi
1486
1487
])
1487
1488
 
 
1489
AC_DEFUN_ONCE([IT_CHECK_FOR_PAX],[
 
1490
AC_CACHE_CHECK([if a PaX-enabled kernel is running], it_cv_pax, [
 
1491
if grep '^PaX:' /proc/self/status >&AS_MESSAGE_LOG_FD 2>&1; then
 
1492
  it_cv_pax=yes;
 
1493
else
 
1494
  it_cv_pax=no;
 
1495
fi
 
1496
])
 
1497
AM_CONDITIONAL([HAS_PAX], test x"${it_cv_pax}" = "xyes")
 
1498
AC_PROVIDE([$0])dnl
 
1499
])
1488
1500
AC_DEFUN_ONCE([IT_OBTAIN_DEFAULT_LIBDIR],
1489
1501
[
1490
1502
dnl find the system library directory