bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#17773: AIX build errors with coreutils-8.22


From: Paul Eggert
Subject: Re: bug#17773: AIX build errors with coreutils-8.22
Date: Fri, 13 Jun 2014 15:07:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Pádraig Brady wrote:


+     case "$host_os" in
+       aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+       solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;

Why not use AC_DEFINE([_THREAD_SAFE], 1, ...) instead? That makes for shorter command lines in projects like Emacs. I don't see any advantage to putting it in CPPFLAGS.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]