]> granicus.if.org Git - flex/commit
build: fix ENABLE_NLS preprocessor check.
authorExplorer09 <explorer09@gmail.com>
Sat, 4 Nov 2017 16:10:03 +0000 (00:10 +0800)
committerWill Estes <westes575@gmail.com>
Tue, 28 Nov 2017 19:09:04 +0000 (14:09 -0500)
commitea1faa2d09693cf7f3a3c3c79a5ddb7fbd0d3ba5
treefd7412aebcc1eda7f84725021c95cafa32f9a469
parent11b7512664c30cadd923f479c59bc3368a7b210d
build: fix ENABLE_NLS preprocessor check.

Because ENABLE_NLS may be defined to 0 (manually, not through
autoconf) and it's semantically incorrect to only check whether it's
defined.

This is a correction to commit
661d603b65385f62f372acd2017e5af2e0f0cd50.
src/flexdef.h
src/main.c