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