X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/1cf61528c431d2688d20e1e9f9bda5eba31e2d53..0da5c4d5212167b482558888097cc516e20008bf:/configure.ac diff --git a/configure.ac b/configure.ac index 2ee58af..5726489 100644 --- a/configure.ac +++ b/configure.ac @@ -84,9 +84,8 @@ AC_PATH_PROGS([PERL], [perl perl5], [false]) AX_PROG_PERL_VERSION([5.004], [have_perl=yes], [have_perl=no]) AM_CONDITIONAL([HAVE_PERL], [test $have_perl = yes]) -AC_ARG_WITH( - [perlmoddir], - AS_HELP_STRING([--perlmoddir=DIR], +AC_ARG_WITH([perlmoddir], + AS_HELP_STRING([--with-perlmoddir=DIR], [Install Perl modules here.]), [perlmoddir=$withval], [perlmoddir='${libdir}/site_perl'])