Skip to content

Commit 0f75445

Browse files
committed
fix Makefile.am: #if/#endif should be if/endif
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 7fa4aec commit 0f75445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ TESTS = test/test
164164
test_test_SOURCES = test/test.c test/stub.c
165165
test_test_CFLAGS = ${AM_CFLAGS} -fPIC
166166

167-
#if HAVE_CHECK
167+
if HAVE_CHECK
168168

169169
TESTS += test/check_auth_openidc
170170

@@ -176,7 +176,7 @@ noinst_HEADERS += \
176176
test/check_auth_openidc.h
177177
test_check_auth_openidc_LDADD = @CHECK_LIBS@
178178

179-
#endif
179+
endif
180180

181181
check_PROGRAMS = $(TESTS)
182182

0 commit comments

Comments
 (0)