From: Roland McGrath Date: Mon, 27 Mar 2000 15:07:53 +0000 (+0000) Subject: 2000-03-27 Roland McGrath X-Git-Tag: cvs/glibc_2-1-91~783 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ee80c524952a001903b353051851f54b7550d82;p=thirdparty%2Fglibc.git 2000-03-27 Roland McGrath * include/shlib-compat.h: Conditionalize include on [HAVE_ELF && DO_VERSIONING]. --- diff --git a/include/shlib-compat.h b/include/shlib-compat.h index 7704f5289fa..7f66cbead5a 100644 --- a/include/shlib-compat.h +++ b/include/shlib-compat.h @@ -20,9 +20,11 @@ #ifndef _SHLIB_COMPAT_H #define _SHLIB_COMPAT_H 1 +#if defined HAVE_ELF && defined DO_VERSIONING /* Since there is just one set of .d files generated, we need to include this unconditionally to have the dependency noticed properly. */ #include /* header generated by abi-versions.awk */ +#endif #if defined HAVE_ELF && defined PIC && defined DO_VERSIONING