]> sourceware.org Git - glibc.git/commitdiff
2000-03-27 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 27 Mar 2000 15:07:53 +0000 (15:07 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 27 Mar 2000 15:07:53 +0000 (15:07 +0000)
* include/shlib-compat.h: Conditionalize <abi-versions.h> include
on [HAVE_ELF && DO_VERSIONING].

include/shlib-compat.h

index 7704f5289fa1b55e82fbbd7f3e93c861058b3360..7f66cbead5a1a7d8230ce39d22598cfa03c2b2d9 100644 (file)
 #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 <abi-versions.h>      /* header generated by abi-versions.awk */
+#endif
 
 #if defined HAVE_ELF && defined PIC && defined DO_VERSIONING
 
This page took 0.043782 seconds and 5 git commands to generate.