diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-29 17:25:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-29 17:25:40 +0000 |
commit | ededbc646c89796edb0f84a89dd4efd4714262d6 (patch) | |
tree | a1720b68420d0edc4a8631a698c5a79cfae8f06c /acconfig.h | |
parent | 1493f6f7d4f4b49cc95fc1693cbee19fd3573503 (diff) | |
download | gtk+-ededbc646c89796edb0f84a89dd4efd4714262d6.tar.gz |
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 <otaylor@redhat.com>
* 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.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |