diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-01-26 15:23:01 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-01-26 15:23:01 +0000 |
commit | bc1fef7e4144a437293345c1dbd7f174b32dcbbd (patch) | |
tree | 84e91626aa1326e53fbc9df1c76146d8a47f66bc /configure.ac | |
parent | a084f62ea25f533b43233cdbb000fd0353585bcb (diff) |
multiple fixes
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@58 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bf1a480..e141891 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,6 @@ AC_SUBST(LIBDAEMON_CFLAGS) AC_SUBST(LIBDAEMON_LIBS) # Set SysV init script directory -# Init script location AC_ARG_WITH(initdir, AS_HELP_STRING(--with-initdir=DIR,Install init script in DIR (system dependent default))) test "x$with_initdir" = xyes -o "x$with_initdir" = xno && with_initdir= |