From 3cbf680f5d2bfb2ed4592dd24ff8ce2b7e5765bc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 11 Apr 2011 10:13:53 +0000 Subject: * 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. --- substitute.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index d83399cfde78..7da60d0677e3 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" \ -- cgit 1.4.1