• Show log

    Commit

  • Hash : 555d5074
    Author : Michael Haubenwallner
    Date : 2017-04-10T13:10:45

    build: Switch to AC_C_BIGENDIAN defining WORD_BIGENDIAN
    
    We should use the autoconf macro instead of expecting the system to
    provide the endianness information, which many do not.
    
    [guillem@hadrons.org:
     - Use autoconf macro instead of gnulib one.
     - Slightly reword commit message. ]
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>