perl-module: Add --without-perl-module configure flag.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Apr 2010 18:32:44 +0000 (11:32 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Apr 2010 18:37:17 +0000 (11:37 -0700)
commit4f7864559d1e334f1c3b37d02cce0b9c9830d8e7
treefb7ac82c6961c2410647e6d69aca2b20e60c92ff
parentf6e966338eadedb167338c71185f53a4b9830331
perl-module: Add --without-perl-module configure flag.

The built Perl module is not useful for cross-compilation.  By default it
is disabled for cross-compilation, but cross-compilation to Mingw32 is not
always detected as cross-compilation (since some Linux systems can run
Windows binaries directly, via Wine), so this option helps in such cases.

Reported by Michel Boaventura <michel.boaventura@gmail.com>.
INSTALL
configure.ac