diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-07 15:45:01 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-07 15:45:01 +0000 |
commit | 57601f80f566348eb084d3d135652273a60d7f64 (patch) | |
tree | c21b4eea2c424012935bbdb909698725d18c4130 /gcc/config.in | |
parent | 965d0f2968633239f18f735b4eb9308ddc81898b (diff) | |
download | gcc-57601f80f566348eb084d3d135652273a60d7f64.tar.gz |
PR other/40302
* configure.ac (HAVE_mpc): Don't define.
* config.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155047 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index 681e4f8bd48..1686be9d0ea 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1477,12 +1477,6 @@ #endif -/* Define if mpc is in use. */ -#ifndef USED_FOR_TARGET -#undef HAVE_mpc -#endif - - /* Define as const if the declaration of iconv() needs const. */ #ifndef USED_FOR_TARGET #undef ICONV_CONST |