update Russian translation
[claws.git] / ac / check-type.m4
index 1a71b6afe0ccd90f1fc319f6213c7ab2e1b638a3..90611451bd2320be7179377a0f18e207b643c891 100644 (file)
@@ -1,4 +1,4 @@
-dnl SYLPHEED_CHECK_TYPE(TYPE, DEFAULT [, INCLUDES])
+dnl SYLPHEED_CHECK_TYPE(TYPE, DEFAULT [, INCLUDES, COMMENT])
 dnl
 dnl Like AC_CHECK_TYPE, but in addition to `sys/types.h', `stdlib.h' and
 dnl `stddef.h' checks files included by INCLUDES, which should be a
@@ -22,6 +22,6 @@ int a = sizeof($1);
 ], sylpheed_cv_type_$1=yes, sylpheed_cv_type_$1=no)])dnl
 AC_MSG_RESULT($sylpheed_cv_type_$1)
 if test $sylpheed_cv_type_$1 = no; then
-  AC_DEFINE($1, $2)
+  AC_DEFINE($1, $2, $4)
 fi
 ])