From 74ad63e15524b6d784af387244f0aaedbb68a13c Mon Sep 17 00:00:00 2001 From: Giovanni Simoni Date: Fri, 3 Jan 2025 11:34:09 +0100 Subject: [PATCH] fixup configure.ac --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cdd6b31..74e4ee3 100644 --- a/configure.ac +++ b/configure.ac @@ -67,8 +67,7 @@ AC_ARG_WITH(sconf-dir, ), [ case "${withval}" in /*) SCONFDIR="${withval}";; - ./*|../*) AC_MSG_ERROR(Bad value for --with-sconf-dir);; - *);; + *) AC_MSG_ERROR(expected an absolute directory name for --with-sconf-dir: ${withval});; esac ] )