~ubuntu-branches/ubuntu/raring/libvirt/raring

« back to all changes in this revision

Viewing changes to gnulib/m4/locale_h.m4

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-19 10:41:02 UTC
  • mfrom: (1.2.15) (223.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121119104102-l6ewdppikysbzztu
Tags: 1.0.0-0ubuntu2
debian/patches/add-armhf-sysinfo-infomration.patch: Disable
to fix FTBFS on arm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# locale_h.m4 serial 18
 
1
# locale_h.m4 serial 19
2
2
dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
42
42
  if test $ac_cv_header_xlocale_h = yes; then
43
43
    HAVE_XLOCALE_H=1
44
44
    dnl Check whether use of locale_t requires inclusion of <xlocale.h>,
45
 
    dnl e.g. on MacOS X 10.5. If <locale.h> does not define locale_t by
 
45
    dnl e.g. on Mac OS X 10.5. If <locale.h> does not define locale_t by
46
46
    dnl itself, we assume that <xlocale.h> will do so.
47
47
    AC_CACHE_CHECK([whether locale.h defines locale_t],
48
48
      [gl_cv_header_locale_has_locale_t],