From efdd800cb346466c24cf297b214eda3a4582da81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 20 Feb 2016 22:20:30 +0100 Subject: [PATCH] Use tests.txt as PSL test file by default --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a14f4ec..4179c68 100644 --- a/configure.ac +++ b/configure.ac @@ -255,7 +255,7 @@ AC_SUBST(PSL_FILE) AC_ARG_WITH(psl-testfile, AC_HELP_STRING([--with-psl-testfile=[PATH]], [path to PSL test file]), PSL_TESTFILE=$withval, - PSL_TESTFILE="\$(top_srcdir)/list/tests/test_psl.txt") + PSL_TESTFILE="\$(top_srcdir)/list/tests/tests.txt") AC_SUBST(PSL_TESTFILE) # check for alloca / alloca.h