1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

* 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.
This commit is contained in:
Eelco Dolstra 2011-04-11 10:13:53 +00:00
parent 83252b4ca9
commit 3cbf680f5d
7 changed files with 33 additions and 6 deletions

View file

@ -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" \