From 036f36af8db9f1bdcc3c37cdd175927c5d80f8ed Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 17 Aug 2005 17:21:13 +0000 Subject: Removed superfluous main() from AC_TRY_COMPILE. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 62e5d4a4c..53f6cf4bd 100644 --- a/configure.ac +++ b/configure.ac @@ -2076,15 +2076,13 @@ AC_ARG_ENABLE(multibyte, # include #endif ], [ -int main() { #if defined(HAVE_WCHAR_H) && defined(HAVE_WCTOMB) \ && defined(HAVE_MBRTOWC) && defined(HAVE_WCRTOMB) \ && defined (__STDC_ISO_10646__) - return 0; + /* All is well */ #else # error Not supported. #endif -} ], zsh_cv_c_zle_unicode_support=yes, zsh_cv_c_zle_unicode_support=no)]) -- cgit 1.4.1