summaryrefslogtreecommitdiff
path: root/builds/unix/configure.raw
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-12-07 10:27:42 +0100
committerWerner Lemberg <wl@gnu.org>2020-12-07 10:27:42 +0100
commit015a9b8d8f6f4e775ff40581e8ac7a0116174b04 (patch)
tree0b6a81c897fee0a5b056d239d41168ed683aed0d /builds/unix/configure.raw
parent9f94d8533cefa8a023a0b81633032fe0aaea08fb (diff)
downloadfreetype2-015a9b8d8f6f4e775ff40581e8ac7a0116174b04.tar.gz
*/*: s/FT_LOGGING/FT_DEBUG_LOGGING/.
Diffstat (limited to 'builds/unix/configure.raw')
-rw-r--r--builds/unix/configure.raw6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index f5cf34a94..1b637e6bd 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -1128,9 +1128,9 @@ fi
if test "$have_pthread" != no; then
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
LDFLAGS="$LDFLAGS $PTHREAD_CFLAGS $PTHREAD_LIBS"
- ftoption_set FT_LOGGING
+ ftoption_set FT_DEBUG_LOGGING
else
- ftoption_unset FT_LOGGING
+ ftoption_unset FT_DEBUG_LOGGING
fi
AC_SUBST([CFLAGS])
@@ -1185,7 +1185,7 @@ fi
if test $have_pthread = no; then
AC_MSG_WARN([
- \`FT_LOGGING' will not work since the \`pthread' library is not available.
+ \`FT_DEBUG_LOGGING' will not work since the \`pthread' library is not available.
])
fi