Remove the bswap constant detection from configure.ac again to try out
the SuSE patch for fixing the problem. (Logical change 1.315)edge.strict_endians
parent
b207b80f62
commit
a259a69c8d
12
config.h.in
12
config.h.in
|
@ -6,18 +6,6 @@
|
|||
/* Define to 1 if you have the <byteswap.h> header file. */
|
||||
#undef HAVE_BYTESWAP_H
|
||||
|
||||
/* Define to 1 if you have the declaration of `__bswap_constant_16', and to 0
|
||||
if you don't. */
|
||||
#undef HAVE_DECL___BSWAP_CONSTANT_16
|
||||
|
||||
/* Define to 1 if you have the declaration of `__bswap_constant_32', and to 0
|
||||
if you don't. */
|
||||
#undef HAVE_DECL___BSWAP_CONSTANT_32
|
||||
|
||||
/* Define to 1 if you have the declaration of `__bswap_constant_64', and to 0
|
||||
if you don't. */
|
||||
#undef HAVE_DECL___BSWAP_CONSTANT_64
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue