diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 10:46:26 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 10:46:26 +0100 |
commit | 01d79c588f3046f0532cfb35173e5341e517db89 (patch) | |
tree | c9f472ea6b6d75f8b89645d1911cde689b61a5f2 /GNUmakefile | |
parent | 21dfd8748970c484ca9886ee11b6ad33345c98be (diff) | |
download | fbida-01d79c588f3046f0532cfb35173e5341e517db89.tar.gz |
zap HAVE_ENDIAN_H
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a6f08f1..cd987ba 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -67,7 +67,6 @@ ac_jpeg_ver = $(shell \ define make-config LIB := $(LIB) RESDIR := $(call ac_resdir) -HAVE_ENDIAN_H := $(call ac_header,endian.h) HAVE_LINUX_FB_H := $(call ac_header,linux/fb.h) HAVE_NEW_EXIF := $(call ac_header,libexif/exif-log.h) HAVE_GLIBC := $(call ac_func,fopencookie) |