25845f
Suppress -Wundef warning in glibc-rh841653-16.patch.  Specific to
25845f
the previous backport, so no upstream patch.
25845f
25845f
diff --git a/elf/dl-tunables.c b/elf/dl-tunables.c
25845f
index b7c735891d66bac0..f86a6853d2f9b2e3 100644
25845f
--- a/elf/dl-tunables.c
25845f
+++ b/elf/dl-tunables.c
25845f
@@ -27,7 +27,7 @@ void
25845f
 internal_function
25845f
 _dl_process_tunable_env_entries (void)
25845f
 {
25845f
-#if HAVE_ELISION
25845f
+#ifdef HAVE_ELISION
25845f
   char **ep;
25845f
   const char *envname = { "RHEL_GLIBC_TUNABLES" };
25845f
 # define TUNABLE_ELISION 0