Skip to content

Commit

Permalink
Build: drop ability to "configure --with-lcrso-dir=DIR"
Browse files Browse the repository at this point in the history
If ever used, that value was unconditionally overwritten with "$libdir",
anyway.
  • Loading branch information
jnpkrn committed Sep 12, 2016
1 parent b763e8f commit 33ec533
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.ac
Expand Up @@ -292,11 +292,6 @@ AC_ARG_WITH(ais-prefix,
[ CSPREFIX=$withval ],
[ CSPREFIX=$prefix ])

LCRSODIR=""
AC_ARG_WITH(lcrso-dir,
[ --with-lcrso-dir=DIR Corosync lcrso files. ],
[ LCRSODIR="$withval" ])

INITDIR=""
AC_ARG_WITH(initdir,
[ --with-initdir=DIR directory for init (rc) scripts [${INITDIR}]],
Expand Down

0 comments on commit 33ec533

Please sign in to comment.