Fixed bug where --with-pmdir was ineffectual.

This commit is contained in:
Adam Spiers 2011-12-06 10:33:34 +00:00
parent 419e31b4c6
commit d879bde678
3 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@ AC_ARG_WITH(
[ --with-pmdir=DIR perl modules are in DIR [[LIBDIR/perl5]]],
[PMDIR=${withval}], [PMDIR=${libdir}/perl5]
)
AC_SUBST([PMDIR])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT