Skip to content

Commit 4fb2246

Browse files
author
Gabor Berkes
committed
Cleanup: Remove useless/nonfunctional AM_CONDITIONAL macros
- Deleted AM_CONDITIONAL macros from configure.ac that had no functional impact on the build system.
1 parent d9101a4 commit 4fb2246

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,19 @@ AM_CONDITIONAL([YAJL_VERSION], [test "$YAJL_VERSION" != ""])
109109

110110
# Check for LibGeoIP
111111
PROG_GEOIP
112-
AM_CONDITIONAL([GEOIP_CFLAGS], [test "GEOIP_CFLAGS" != ""])
113112

114113
# Check for MaxMind
115114
PROG_MAXMIND
116-
AM_CONDITIONAL([MAXMIND_CFLAGS], [test "MAXMIND_CFLAGS" != ""])
117115

118116

119117
# Check for LMDB
120118
PROG_LMDB
121-
AM_CONDITIONAL([LMDB_CFLAGS], [test "LMDB_CFLAGS" != ""])
122119

123120
# Check for SSDEEP
124121
CHECK_SSDEEP
125-
AM_CONDITIONAL([SSDEEP_CFLAGS], [test "SSDEEP_CFLAGS" != ""])
126122

127123
# Check for LUA
128124
CHECK_LUA
129-
AM_CONDITIONAL([LUA_CFLAGS], [test "LUA_CFLAGS" != ""])
130125

131126

132127
#
@@ -155,7 +150,6 @@ CHECK_PCRE
155150
# Check for pcre2
156151
#
157152
PROG_PCRE2
158-
AM_CONDITIONAL([PCRE2_CFLAGS], [test "PCRE2_CFLAGS" != ""])
159153

160154

161155
# Checks for header files.

0 commit comments

Comments
 (0)