~ubuntu-branches/ubuntu/oneiric/hwloc/oneiric

« back to all changes in this revision

Viewing changes to config/hwloc.m4

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2009-11-24 20:42:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091124204208-kwnjo65ylozs2big
Tags: 0.9.3~rc1-1
* New upstream bugfix release.
* patches/binutils-gold.patch: Merged upstream.
* patches/hwloc-hello.patch: Merged upstream.
* control: Add Build-Depends-Indep: doxygen, texlive-latex-base, transfig to
  regenerate the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
AC_DEFUN([HWLOC_GCC_FLAGS], [
10
10
  # GCC specifics.
11
11
  if test "x$GCC" = "xyes"; then
12
 
    GCC_CFLAGS="-std=c99 -Wall -Wmissing-prototypes -Wundef"
 
12
    GCC_CFLAGS="-std=gnu99 -Wall -Wmissing-prototypes -Wundef"
13
13
    GCC_CFLAGS="$GCC_CFLAGS -Wpointer-arith -Wcast-align"
14
14
  else
15
15
    GCC_CFLAGS=""