From c6332c1963c7c13261192f2a406f3dbaf3a18a97 Mon Sep 17 00:00:00 2001 From: bje Date: Sun, 4 Oct 1998 02:05:52 +0000 Subject: 1998-10-04 Ben Elliston * configure.in: Test for __stdcall, not _stdcall. Typo. * configure: Regenerate. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f3726f6..76c78ea 100644 --- a/configure.in +++ b/configure.in @@ -16,11 +16,11 @@ then fi fi AC_CACHE_CHECK(for _stdcall keyword, p32_cv_stdcall, - AC_TRY_COMPILE( ,[int _stdcall foo();], + AC_TRY_COMPILE( ,[int __stdcall foo();], p32_cv_stdcall=yes, p32_cv_stdcall=no)) if test x$p32_cv_stdcall = xyes ; then - AC_DEFINE(STDCALL, _stdcall) + AC_DEFINE(STDCALL, __stdcall) else AC_DEFINE(STDCALL,) fi -- cgit v1.2.3