~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-updates

« back to all changes in this revision

Viewing changes to gl/m4/allocsa.m4

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  dnl @ALLOCA@ and @LTALLOCA@.
11
11
  AC_REQUIRE([gl_FUNC_ALLOCA])
12
12
  AC_REQUIRE([gl_EEMALLOC])
13
 
  AC_REQUIRE([gl_AC_TYPE_LONG_LONG])
 
13
  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
14
14
  AC_REQUIRE([gt_TYPE_LONGDOUBLE])
15
15
])