Commit 5715ff4606edf5813bdff38a47a5d4922a8c324a

Werner Lemberg 2012-05-29T13:57:12

configure.raw: Doc improvement.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 0d19240..5a419d0 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -158,7 +158,8 @@ case :${ft_use_autoconf_sizeof_types}:${enable_biarch_config}: in
 esac
 
 if test x"${ft_use_autoconf_sizeof_types}" = xyes; then
-  AC_DEFINE([FT_USE_AUTOCONF_SIZEOF_TYPES])
+  AC_DEFINE([FT_USE_AUTOCONF_SIZEOF_TYPES], [],
+            [Define if autoconf sizeof types should be used.])
 fi
 
 CPPFLAGS="${orig_CPPFLAGS}"