Skip to content

Commit

Permalink
build: fix unitdir getting overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Dec 30, 2023
1 parent 0fa8be1 commit 310a753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ AC_MSG_RESULT([$mysql_CFLAGS])
AC_MSG_CHECKING([for MySQL libs])
AC_MSG_RESULT([$mysql_LIBS])

unitdir=$("$PKG_CONFIG" systemd --variable systemd_system_unit_dir 2>/dev/null)
sysusersdir=$("$PKG_CONFIG" systemd --variable sysusersdir 2>/dev/null)
tmpfilesdir=$("$PKG_CONFIG" systemd --variable tmpfilesdir 2>/dev/null)
AC_ARG_WITH([dcprefix],
Expand Down

0 comments on commit 310a753

Please sign in to comment.