summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-07 03:44:39 +0200
committerRay Strode <rstrode@redhat.com>2013-01-07 10:45:00 -0500
commit4de9edd2b50686df32ae2b6d69b14c087c5aa73f (patch)
tree9be648cb96321ae9779ffdbbacbb7e324bfcd89d
parent8c8a4aa0f304174b63f81a4cc171a37a44983206 (diff)
downloadgconf-4de9edd2b50686df32ae2b6d69b14c087c5aa73f.tar.gz
configure.in: fix autoreconf with automake-1.13
Remove long obsolete AM_PROG_CC_STDC. There's already proper AC_PROG_CC before it, and automake-1.13 errors out upon seeing it. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=691264
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 64f4f13c..69a57e64 100644
--- a/configure.in
+++ b/configure.in
@@ -39,7 +39,6 @@ fi
AC_PROG_CC
AC_PROG_CXX
AC_ISC_POSIX
-AM_PROG_CC_STDC
AC_HEADER_STDC
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL