about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-04-11T10·13+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-04-11T10·13+0000
commit3cbf680f5d2bfb2ed4592dd24ff8ce2b7e5765bc (patch)
tree2b5a014fa7063d8b56fdcaa1e1defa2cc18caf8a /substitute.mk
parent83252b4ca9cb9de45bf4a069b20d1c2d1412396e (diff)
* configure: detect whether DBD::SQLite is present. If necessary the
  location to DBI and DBD::SQLite can be passed with --with-dbi and
  --with-dbd-sqlite.

Diffstat (limited to '')
-rw-r--r--substitute.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index d83399cfde..7da60d0677 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -15,6 +15,7 @@
 	 -e "s^@bunzip2\@^$(bzip2_bin)/bunzip2^g" \
 	 -e "s^@bzip2_bin_test\@^$(bzip2_bin_test)^g" \
 	 -e "s^@perl\@^$(perl)^g" \
+	 -e "s^@perlFlags\@^$(perlFlags)^g" \
 	 -e "s^@coreutils\@^$(coreutils)^g" \
 	 -e "s^@sed\@^$(sed)^g" \
 	 -e "s^@tar\@^$(tar)^g" \