Skip to content

Commit

Permalink
fixup configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
dacav committed Jan 3, 2025
1 parent 68887d4 commit 74ad63e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
)
Expand Down

0 comments on commit 74ad63e

Please sign in to comment.