wchar: Remove unused configure check.
authorBruno Haible <bruno@clisp.org>
Fri, 1 Jan 2010 19:02:59 +0000 (20:02 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 1 Jan 2010 19:02:59 +0000 (20:02 +0100)
ChangeLog
m4/wchar.m4

index 49857413ab9fc8b16c54b1fd6bf8de401e06e31f..ecf7295c93d273c4fb7e30c6f86bf5d60247760c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-01  Bruno Haible  <bruno@clisp.org>
+
+       wchar: Remove unused configure check.
+       * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
+
 2010-01-01  Eric Blake  <ebb9@byu.net>
 
        headers: make check of system header explicit
index fd8a387463003344e3daeac0a30f20706c71b895..b2055f925812ee9706160b3f47f9b2c54bfd42d7 100644 (file)
@@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
 
 dnl Written by Eric Blake.
 
-# wchar.m4 serial 29
+# wchar.m4 serial 30
 
 AC_DEFUN([gl_WCHAR_H],
 [
@@ -21,12 +21,6 @@ AC_DEFUN([gl_WCHAR_H],
   gl_CHECK_NEXT_HEADERS([wchar.h])
   if test $ac_cv_header_wchar_h = yes; then
     HAVE_WCHAR_H=1
-    AC_CACHE_CHECK([whether <wchar.h> is standalone],
-      [gl_cv_header_wchar_h_standalone],
-      [AC_COMPILE_IFELSE([[#include <wchar.h>
-wchar_t w;]],
-        [gl_cv_header_wchar_h_standalone=yes],
-        [gl_cv_header_wchar_h_standalone=no])])
   else
     HAVE_WCHAR_H=0
   fi