Don't test F-Ticks if we're not configured for supporting it.
[radsecproxy.git] / tests / Makefile.am
index 9c0ce94..a58aa1e 100644 (file)
@@ -1,4 +1,8 @@
-check_PROGRAMS = t_fticks
+check_PROGRAMS =
+
+if WANT_FTICKS
+check_PROGRAMS += t_fticks
+endif
 
 AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@
 AM_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@