]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Improve comments.
authorBruno Haible <bruno@clisp.org>
Tue, 26 Jul 2005 12:04:34 +0000 (12:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:41 +0000 (12:12 +0200)
gettext-runtime/m4/lock.m4

index daa6c68b8f1431441b72a29d05a36f7eeb824939..9013504e5a22097a2aab61667de395833af1ba19 100644 (file)
@@ -137,7 +137,8 @@ int x = (int)PTHREAD_MUTEX_RECURSIVE;
             [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], 1,
                [Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE.])])
           # Some systems optimize for single-threaded programs by default, and
-          # need special flags to disable these optimizations.
+          # need special flags to disable these optimizations. For example, the
+          # definition of 'errno' in <errno.h>.
           case "$host_os" in
             aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
             solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;