From ededbc646c89796edb0f84a89dd4efd4714262d6 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 29 Oct 2001 17:25:40 +0000 Subject: Don't use AC_CHECK_FILE to check for a file since it always spits warnings Mon Oct 29 12:21:49 2001 Owen Taylor * configure.in: Don't use AC_CHECK_FILE to check for a file since it always spits warnings about cross compilation, use -f instead. It's not like we cross compile properly anyways. * configure.in (gtktargetlib): Move call to AC_PROG_CC to suppress autoconf warning. * acconfig.h: Add some missing #undefs from recent Win32 additions. --- acconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 17b47293dc..4b30305852 100644 --- a/acconfig.h +++ b/acconfig.h @@ -19,6 +19,7 @@ #undef GTK_COMPILED_WITH_DEBUGGING #undef HAVE_CATGETS +#undef HAVE_DIMM_H #undef HAVE_DIRENT_H #undef HAVE_GETTEXT #undef HAVE_IPC_H @@ -31,6 +32,7 @@ #undef HAVE_SHAPE_EXT #undef HAVE_SYS_SELECT_H #undef HAVE_SYS_TIME_H +#undef HAVE_WINSOCK_H #undef HAVE_WINTAB #undef HAVE_XCONVERTCASE #undef HAVE_XFT -- cgit v1.2.1