--- configure.in.ORG	2006-01-11 14:26:23.015610008 +0900
+++ configure.in	2006-01-11 14:26:55.673766908 +0900
@@ -1099,18 +1099,18 @@
 fi 
 AC_SUBST(GCCVER)
 
-if test "$GCC" = "yes"; then
-   AC_MSG_CHECKING([whether $CC supports -fvisibility=hidden])
-   save_CFLAGS=$CFLAGS
-   CFLAGS="$CFLAGS -fvisibility=hidden"
-   AC_TRY_LINK([], [ return 0; ], [ HAVE_GCC_VISIBILITY_FEATURE=TRUE ], [])
-   CFLAGS=$save_CFLAGS
-   if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then
-      AC_MSG_RESULT([yes])
-   else
-      AC_MSG_RESULT([no])
-   fi
-fi
+#if test "$GCC" = "yes"; then
+#   AC_MSG_CHECKING([whether $CC supports -fvisibility=hidden])
+#   save_CFLAGS=$CFLAGS
+#   CFLAGS="$CFLAGS -fvisibility=hidden"
+#   AC_TRY_LINK([], [ return 0; ], [ HAVE_GCC_VISIBILITY_FEATURE=TRUE ], [])
+#   CFLAGS=$save_CFLAGS
+#   if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then
+#      AC_MSG_RESULT([yes])
+#   else
+#      AC_MSG_RESULT([no])
+#   fi
+#fi
 AC_SUBST(HAVE_GCC_VISIBILITY_FEATURE)
 
 if test "$GCC" = "yes"; then
