From 3c6e62032c8ebde80a926441ca66c088459c7cf0 Mon Sep 17 00:00:00 2001 From: tromey Date: Fri, 15 Sep 2000 22:31:56 +0000 Subject: * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36449 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/lex.h') diff --git a/gcc/java/lex.h b/gcc/java/lex.h index cf29aa16a70..68cb1c0e5eb 100644 --- a/gcc/java/lex.h +++ b/gcc/java/lex.h @@ -35,7 +35,7 @@ extern int lineno; /* A Unicode character, as read from the input file */ typedef unsigned short unicode_t; -#ifdef HAVE_ICONV +#ifdef HAVE_ICONV_H #include #endif /* HAVE_ICONV */ -- cgit v1.2.1