Unverified Commit dee7b910 authored by Jeff Brown's avatar Jeff Brown Committed by GitHub
Browse files

reworded gnu to glibc

parent 2045d47a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ VERSION ?= ${shell git describe --dirty}
app ?= 0
curl ?= 1
debug ?= 0
gnu ?= 0
glibc ?= 0
exif ?= 0
help ?= 0
magic ?= 0
@@ -58,7 +58,7 @@ else
	MAN_DEBUG = .
endif

ifeq (${gnu},1)
ifeq (${glibc},1)
	CFLAGS += -DHAVE_GNU
endif