]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Jun 2022 14:56:24 +0000 (09:56 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Jun 2022 14:56:24 +0000 (09:56 -0500)
src/include/build.h

index d139d5d56e3c320ac01a29c6b145c8e1a92504d3..35b6f27a552cf478a5564240da3fc959ebf4d367 100644 (file)
@@ -73,7 +73,7 @@ extern "C" {
  *     as many browsers have explicitly disabled support
  *     due to spectre attacks.
  */
-#if (defined(__EMSCRIPTEN__) && defined(__EMSCRIPTEN_PTHREADS__)) || !defined(__EMSCRIPTEN__) && defined(HAVE_PTHREADS_H)
+#if (defined(__EMSCRIPTEN__) && defined(__EMSCRIPTEN_PTHREADS__)) || !defined(__EMSCRIPTEN__) && defined(HAVE_PTHREAD_H)
 #  define HAVE_PTHREADS 1
 #endif