diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-26 10:39:27 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-26 10:39:27 +0000 |
| commit | e582a441e38fdecf4ca558f9e071f9eae398d9e9 (patch) | |
| tree | 2b6f9211563e0b801756383b77bf7a26d557fc5d | |
| parent | 896ca4579f4275c4ced2e0e1d0c6d46db0255831 (diff) | |
in configure.ac, activate the Perl binding in normal builds
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ec3ff403..34cb1356 100644 --- a/configure.ac +++ b/configure.ac @@ -567,7 +567,7 @@ AM_CONDITIONAL([CSHARP_ENABLED], [test "x$enable_csharp" = "xyes"]) # ------------ AC_ARG_ENABLE(perl, [ --disable-perl disable the Perl binding],, - enable_perl="no") + enable_perl="yes") if test "X$PERL" != "X"; then PERLINSTALLSITEARCH=`$PERL -MConfig -e 'print $Config{installsitearch};'` |
