Commit 14e821d4 authored by Michael Tremer's avatar Michael Tremer

configure: Fix incorrect database path

Reported-by: default avatarJochen Sprickerhof <jochen@sprickerhof.de>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent b56bf4bf
......@@ -122,7 +122,7 @@ CC_CHECK_FLAGS_APPEND([my_LDFLAGS], [LDFLAGS], [-fno-semantic-interposition])
AC_ARG_WITH([database-path],
AS_HELP_STRING([--with-database-path], [The default database path]),
[], [with_database_path=/var/lib/${PACKAGE_NAME}/database.db]
[], [with_database_path=/var/lib/location/database.db]
)
if test -z "${with_database_path}"; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment