summaryrefslogtreecommitdiff
path: root/documentation/src/advanced.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
commitafc16b3331ca5656fd3fcde266e2c858327d6db3 (patch)
treecfd9467cd8ea6bb2b438a3e72f6ac6101810f007 /documentation/src/advanced.dox
parentb69286f2ca93bdda135cff6189e22d01583c7624 (diff)
Remove from Doxygen files information about removed configure-based build system.
Diffstat (limited to 'documentation/src/advanced.dox')
-rw-r--r--documentation/src/advanced.dox9
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/src/advanced.dox b/documentation/src/advanced.dox
index 7a249dada..868c7d1bd 100644
--- a/documentation/src/advanced.dox
+++ b/documentation/src/advanced.dox
@@ -97,13 +97,10 @@ with multithreaded programming issues; see the discussion of
To incorporate the locking mechanism in the library,
-FLTK must be compiled with
-\p --enable-threads set during the \p configure
-process. IDE-based versions of FLTK are automatically compiled with
+FLTK must be compiled with FLTK_USE_PTHREADS=On
+set during the build process. This is the default since version 1.3.
+IDE-based versions of FLTK are automatically compiled with
the locking mechanism incorporated if possible.
-Since version 1.3, the
-\p configure script that builds the FLTK
-library also sets \p --enable-threads by default.
\section advanced_multithreading_lock_example Simple multithreaded examples using Fl::lock