X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=fa77eb8fd4b7b406f2b3a097137c4c5001c285f9;hp=ddfbbabfe4820f178fe00b592d2a22ac7a6ad284;hb=97f3d55ad9d7b897b22ea14ddf6a5dbd79277929;hpb=b15b96f846dcfabbd0c7f43e741573cfd14ab3c8 diff --git a/configure b/configure index ddfbbabf..fa77eb8f 100755 --- a/configure +++ b/configure @@ -680,19 +680,6 @@ else EOF fi -printf "Checking byte order... " -cat> _byteorder.c < -#include -uint32_t test = 0x34333231; -int main() { printf("%.4s\n", (const char*)&test); return 0; } -EOF -${CC} ${CFLAGS} _byteorder.c -o _byteorder > /dev/null 2>&1 -util_byte_order=$(./_byteorder) -echo $util_byte_order - -rm -f _byteorder _byteorder.c - if [ $errors -gt 0 ]; then cat <