2
0
Fork 0

change libexecdir handling

This commit is contained in:
Stefan Bühler 2010-08-24 21:37:08 +02:00
parent 1fb0e6db2c
commit 5cda017de8
1 changed files with 1 additions and 6 deletions

View File

@ -48,12 +48,7 @@ AC_ARG_WITH(
AC_SUBST(pkglibdir)
# libexecdir
AC_ARG_WITH(
[libexecdir],
AS_HELP_STRING([--with-libexecdir=dir],
[specify directory for lighttpd2-worker file (default LIBDIR/lighttpd2]),
[libexecdir=$withval],
[libexecdir=$libdir/lighttpd2])
libexecdir=$libexecdir/lighttpd2
AC_SUBST(libexecdir)
# Checks for libraries.