remove unused INIFLAGS

This commit is contained in:
Sascha Kruse 2013-03-20 09:00:04 +00:00
parent 14d59c4d0c
commit eb64867d43

View File

@ -16,10 +16,6 @@ XINERAMAFLAGS = -DXINERAMA
# or use "CFLAGS=-DSTATIC_CONFIG make" to build # or use "CFLAGS=-DSTATIC_CONFIG make" to build
#STATIC= -DSTATIC_CONFIG #STATIC= -DSTATIC_CONFIG
# inih flags
INIFLAGS = -DINI_ALLOW_MULTILINE=0
PKG_CONFIG:=$(shell which pkg-config) PKG_CONFIG:=$(shell which pkg-config)
ifeq (${PKG_CONFIG}, ${EMPTY}) ifeq (${PKG_CONFIG}, ${EMPTY})
$(error "Failed to find pkg-config, please make sure it is installed") $(error "Failed to find pkg-config, please make sure it is installed")