summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-30 14:15:00 +0100
committerRichard Jones <rjones@redhat.com>2009-04-30 14:15:00 +0100
commitde2cf8615aacb4aa1ee521d65e7ef22fb73dcbb3 (patch)
tree5d4bb6a83719d6df7cae08253e02ef89285b6e22 /configure.ac
parentab0397017cc26833c09946cca19d86b907822a94 (diff)
downloadlibguestfs-de2cf8615aacb4aa1ee521d65e7ef22fb73dcbb3.tar.gz
libguestfs-de2cf8615aacb4aa1ee521d65e7ef22fb73dcbb3.tar.xz
libguestfs-de2cf8615aacb4aa1ee521d65e7ef22fb73dcbb3.zip
Use AC_PROG_CC_STDC because we really need an ISO C compiler (Jim Meyering).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eab7faf0..3bc2e9e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_PROG_LIBTOOL
dnl Check for basic C environment.
-AC_PROG_CC
+AC_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_CPP