freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 505943a: * builds/unix/configure.raw: Don't set `FT_D


From: Werner LEMBERG
Subject: [freetype2] master 505943a: * builds/unix/configure.raw: Don't set `FT_DEBUG_LOGGING`.
Date: Mon, 7 Dec 2020 11:09:29 -0500 (EST)

branch: master
commit 505943a6a4cbf549e744fe4fe9d36bba68ef3db1
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * builds/unix/configure.raw: Don't set `FT_DEBUG_LOGGING`.
    
    All debug options are handled exclusively in `ftoption.h`.
---
 ChangeLog                 | 6 ++++++
 builds/unix/configure.raw | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 894e211..ddb0dd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-12-07  Werner Lemberg  <wl@gnu.org>
 
+       * builds/unix/configure.raw: Don't set `FT_DEBUG_LOGGING`.
+
+       All debug options are handled exclusively in `ftoption.h`.
+
+2020-12-07  Werner Lemberg  <wl@gnu.org>
+
        * src/*: More fixes for using a '\n' in `FT_TRACE` and `FT_ERROR`.
 
 2020-12-07  Werner Lemberg  <wl@gnu.org>
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 1b637e6..56b0bce 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -1125,12 +1125,10 @@ if test "$have_brotli" != no; then
 else
   ftoption_unset FT_CONFIG_OPTION_USE_BROTLI
 fi
+
 if test "$have_pthread" != no; then
   CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
   LDFLAGS="$LDFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS"
-  ftoption_set FT_DEBUG_LOGGING
-else
-  ftoption_unset FT_DEBUG_LOGGING
 fi
 
 AC_SUBST([CFLAGS])
@@ -1185,7 +1183,9 @@ fi
 
 if test $have_pthread = no; then
   AC_MSG_WARN([
-  \`FT_DEBUG_LOGGING' will not work since the \`pthread' library is not 
available.
+  \`FT_DEBUG_LOGGING' will not work since the \`pthread' library is not
+  available.  This warning can be safely ignored if you don't plan to use
+  this configuration macro.
   ])
 fi
 



reply via email to

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