diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2011-01-05 08:22:38 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2011-01-05 08:22:38 +0000 |
commit | eed41e42b46ce3846e5ff03f7fa3efa0bc213a3f (patch) | |
tree | 33fb9278f4e1aba4298a2fcb88792647ca6b53e2 | |
parent | 3d82918a22a81d46d654f707645e1fcf6481ca53 (diff) |
configure.in: remove obsolete AM_PROG_CC_STDC.
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b8644437..aed71614 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,6 @@ AC_ARG_ENABLE(threaded-dns,[ --disable-threaded-dns Disable the advantage of a AC_ARG_ENABLE(rtfl, [ --enable-rtfl Build with rtfl messages]) AC_PROG_CC AC_PROG_CXX -AM_PROG_CC_STDC AC_PROG_RANLIB AC_PROG_CPP |