Skip to content

Commit 209b92a

Browse files
committed
Fixed typo in configure.ac
Signed-off-by: Victor Moene <[email protected]>
1 parent a24760e commit 209b92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ AC_DEFINE_UNQUOTED(CF_DATADIR, "${DATADIR}", [Datadir location])
15251525
AC_SUBST(datadir, "${DATADIR}")
15261526

15271527
AC_ARG_WITH(keydir,
1528-
[ --with-keydir=KEYDIR default for internal log directory ],
1528+
[ --with-keydir=KEYDIR default for internal key directory ],
15291529
[
15301530
if test "x$withval" != x ; then
15311531
KEYDIR="$withval"

0 commit comments

Comments
 (0)